From c1f9b1f7b1b77776192048005dcc66dcf3df2bfb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 27 Dec 2014 15:41:37 +0100 Subject: Update to MediaWiki 1.24.1 --- includes/installer/InstallDocFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/installer/InstallDocFormatter.php') diff --git a/includes/installer/InstallDocFormatter.php b/includes/installer/InstallDocFormatter.php index 6d3819cd..3250ff8a 100644 --- a/includes/installer/InstallDocFormatter.php +++ b/includes/installer/InstallDocFormatter.php @@ -62,7 +62,7 @@ class InstallDocFormatter { } protected function replaceConfigLinks( $matches ) { - return '[http://www.mediawiki.org/wiki/Manual:' . + return '[https://www.mediawiki.org/wiki/Manual:' . $matches[1] . ' ' . $matches[1] . ']'; } } -- cgit v1.2.3-54-g00ecf