diff options
Diffstat (limited to 'langs.inc.php')
-rw-r--r-- | langs.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs.inc.php b/langs.inc.php index f21fe2185..cb0704cb3 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -132,8 +132,8 @@ S; } echo $s, '</ul><hr />', '<p>If you would like to help improving this Web site or its translations, ', - 'check out our <a href="/wiki/doku.php?id=web">Web</a> and ', - '<a href="/wiki/doku.php?id=i18n">localization</a> teams!</p>', + 'check out our <a href="https://wiki.mageia.org/en/Web_team">Web</a> and ', + '<a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">localization</a> teams!</p>', '<p>Your browser Accept-Language is: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], '.</p>', '<hr /></body></html>'; } |