From fcadb7ada34f008f18de24245fab8418585fe09b Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 11 Mar 2012 10:42:50 +0530 Subject: [PATCH] Entries in changelog should not point to GitHub --- changelog.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.php b/changelog.php index 5c42e6797..a79d3d891 100644 --- a/changelog.php +++ b/changelog.php @@ -64,7 +64,7 @@ $replaces = array( // linking files '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i' - => '\\1\\2', + => '\\1\\2', // FAQ entries '/FAQ ([0-9]+)\.([0-9a-z]+)/i' @@ -84,9 +84,9 @@ $replaces = array( // Highlight releases (with links) '/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/' - => '\\1.\\2.\\3.0 \\4', + => '\\1.\\2.\\3.0 \\4', '/([0-9]+)\.([0-9]+)\.([0-9]+)\.([1-9][0-9]*) (\([0-9-]+\))/' - => '\\1.\\2.\\3.\\4 \\5', + => '\\1.\\2.\\3.\\4 \\5', // Highlight releases (not linkable) '/( ### )(.*)/'