summaryrefslogtreecommitdiff
path: root/includes/installer/InstallDocFormatter.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/installer/InstallDocFormatter.php')
-rw-r--r--includes/installer/InstallDocFormatter.php2
1 files changed, 1 insertions, 1 deletions
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 '<span class="config-plainlink">[http://www.mediawiki.org/wiki/Manual:' .
+ return '<span class="config-plainlink">[https://www.mediawiki.org/wiki/Manual:' .
$matches[1] . ' ' . $matches[1] . ']</span>';
}
}