X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiWatch.php;h=38be178bddaa4dedcf138ede56f8c57590403513;hb=badc95193a6ec9fd05a7fb9ed04c82ff69ca2c39;hp=37d319f15178adab7161849a51cb965bc4df1ae5;hpb=4ec557ab7eb410a25672772de90518c5f1761ecd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index 37d319f151..38be178bdd 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -1,9 +1,5 @@ @gmail.com", * * This program is free software; you can redistribute it and/or modify @@ -183,6 +179,6 @@ class ApiWatch extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Watch'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Watch'; } }