aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryQueryPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiQueryQueryPage.php')
-rw-r--r--includes/api/ApiQueryQueryPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php
index 908cdee667b9..caa5f05743fd 100644
--- a/includes/api/ApiQueryQueryPage.php
+++ b/includes/api/ApiQueryQueryPage.php
@@ -166,6 +166,6 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase {
}
public function getHelpUrls() {
- return 'https://www.mediawiki.org/wiki/API:Querypage';
+ return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Querypage';
}
}