X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPageProps.php;h=1f992f8ff5631fc522e387a4be9ce5939aa71961;hb=46fdbb4c0ee144300e0cf277fde286136aea674d;hp=87f90c59672a8f3356f8c5db6758ee3f508c687c;hpb=83ac55e15ae737ed114b4d09be3c86c92bbb9306;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 87f90c5967..1f992f8ff5 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -143,6 +143,6 @@ class ApiQueryPageProps extends ApiQueryBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Properties#pageprops_.2F_pp'; + return 'https://www.mediawiki.org/wiki/API:Pageprops'; } }