jenkins-bot has submitted this change and it was merged. Change subject: Fixing links on NoLocalSettings page ......................................................................
Fixing links on NoLocalSettings page This fixes a regression caused by change I28cd13d4d. Change-Id: Iff30f08688d17da2d690c5e798c43489b1cafc7e --- M includes/templates/NoLocalSettings.mustache 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: MaxSem: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/templates/NoLocalSettings.mustache b/includes/templates/NoLocalSettings.mustache index 1649e3b..8a4616c 100644 --- a/includes/templates/NoLocalSettings.mustache +++ b/includes/templates/NoLocalSettings.mustache @@ -28,10 +28,10 @@ {{^localSettingsExists}} <p>LocalSettings.php not found.</p> {{#installerStarted}} - <p>Please <a href="{{path}}mw-config/index{{ext}}">complete the installation</a> and download LocalSettings.php.</p> + <p>Please <a href="{{path}}mw-config/index.{{ext}}">complete the installation</a> and download LocalSettings.php.</p> {{/installerStarted}} {{^installerStarted}} - <p>Please <a href="{{path}}mw-config/index{{ext}}">set up the wiki</a> first!</p> + <p>Please <a href="{{path}}mw-config/index.{{ext}}">set up the wiki</a> first!</p> {{/installerStarted}} {{/localSettingsExists}} </div> -- To view, visit https://gerrit.wikimedia.org/r/192026 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff30f08688d17da2d690c5e798c43489b1cafc7e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Kaldari <rkald...@wikimedia.org> Gerrit-Reviewer: Cscott <canan...@wikimedia.org> Gerrit-Reviewer: Jackmcbarn <jackmcb...@gmail.com> Gerrit-Reviewer: Jjanes <jeff.ja...@gmail.com> Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com> Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com> Gerrit-Reviewer: Phuedx <g...@samsmith.io> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits