X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryLangLinks.php;h=8f8a17dedef129218a3e88d45e8adcb75f3bf07f;hb=c656c3d7d4c34dfb8832c632df2daa9867bd90a2;hp=5919ee97eabc1ead02d0f20b6d261bcdf388a197;hpb=a6aa1d2d25f6136b6c1bd9616d9f1e3e68c5ccb0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php index 5919ee97ea..8f8a17dede 100644 --- a/includes/api/ApiQueryLangLinks.php +++ b/includes/api/ApiQueryLangLinks.php @@ -183,6 +183,6 @@ class ApiQueryLangLinks extends ApiQueryBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Properties#langlinks_.2F_ll'; + return 'https://www.mediawiki.org/wiki/API:Langlinks'; } }