X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiPatrol.php;h=a20aca4db35fdc1ef607cbcaf086c81ab91a746f;hp=c33542f1c7aa2ea87bf5f7623a9924bbbbb69130;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=9aba586d3b758719d9aa08b236a9de93956b6a96 diff --git a/includes/api/ApiPatrol.php b/includes/api/ApiPatrol.php index c33542f1c7..a20aca4db3 100644 --- a/includes/api/ApiPatrol.php +++ b/includes/api/ApiPatrol.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.14+ * - * Created on Sep 2, 2008 - * * Copyright © 2008 Soxred93 soxred93@gmail.com, * * This program is free software; you can redistribute it and/or modify @@ -112,6 +110,6 @@ class ApiPatrol extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Patrol'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Patrol'; } }