X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiMergeHistory.php;h=86b44270748606f398b0d4a5334117e30f0198cc;hb=25e6d7444365f53e08a49d2437519773d1fb4c3f;hp=357698e13c40eba25fce32d29f69e7fbb7674857;hpb=ce079cf6ad79ca8d3360817f809b219d166f9153;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiMergeHistory.php b/includes/api/ApiMergeHistory.php index 357698e13c..86b4427074 100644 --- a/includes/api/ApiMergeHistory.php +++ b/includes/api/ApiMergeHistory.php @@ -1,9 +1,5 @@ * * This program is free software; you can redistribute it and/or modify @@ -137,6 +133,6 @@ class ApiMergeHistory extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Mergehistory'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Mergehistory'; } }