aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiResetPassword.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiResetPassword.php')
-rw-r--r--includes/api/ApiResetPassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiResetPassword.php b/includes/api/ApiResetPassword.php
index b5fa8ed859e0..4f3fc0dc03f7 100644
--- a/includes/api/ApiResetPassword.php
+++ b/includes/api/ApiResetPassword.php
@@ -134,6 +134,6 @@ class ApiResetPassword extends ApiBase {
}
public function getHelpUrls() {
- return 'https://www.mediawiki.org/wiki/API:Manage_authentication_data';
+ return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Manage_authentication_data';
}
}