X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiQueryLangLinks.php;h=2d8e44cda525f9b0d55401560e6157486449f96d;hp=55e3c85265a58574f6ac2e4fe5a461dd11b0c867;hb=ee56f00ddf0609082f8ae9a4dc3e6e1b6f54ddfd;hpb=9aba586d3b758719d9aa08b236a9de93956b6a96 diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php index 55e3c85265..2d8e44cda5 100644 --- a/includes/api/ApiQueryLangLinks.php +++ b/includes/api/ApiQueryLangLinks.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify @@ -190,6 +186,6 @@ class ApiQueryLangLinks extends ApiQueryBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Langlinks'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langlinks'; } }