X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiUpload.php;h=a283b5a215341eb91a4fac9bf044d4a67c70598b;hp=af3fff6c5603e156a641b1158ff6ce29be69e454;hb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;hpb=58f10b2598e0b456e92eb8068b7e424af95ec2e2 diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index af3fff6c56..a283b5a215 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -928,6 +928,6 @@ class ApiUpload extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Upload'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Upload'; } }