Fixing links on NoLocalSettings page
authorkaldari <rkaldari@wikimedia.org>
Fri, 20 Feb 2015 23:44:03 +0000 (15:44 -0800)
committerkaldari <rkaldari@wikimedia.org>
Fri, 20 Feb 2015 23:44:03 +0000 (15:44 -0800)
This fixes a regression caused by change I28cd13d4d.

Change-Id: Iff30f08688d17da2d690c5e798c43489b1cafc7e

includes/templates/NoLocalSettings.mustache

index 1649e3b..8a4616c 100644 (file)
                {{^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>