diff options
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | languages/Language.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php index 24230923bcf4..743f77bd2726 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * See the README, INSTALL, and UPGRADE files for basic setup instructions * and pointers to the online documentation. * - * https://www.mediawiki.org/ + * https://www.mediawiki.org/wiki/Special:MyLanguage/MediaWiki * * ---------- * diff --git a/languages/Language.php b/languages/Language.php index 169e0ff109bd..db71c5c7c9e9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1,6 +1,7 @@ <?php /** * Internationalisation code. + * See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more information. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |