diff --git a/includes/api/ApiEchoArticleReminder.php b/includes/api/ApiEchoArticleReminder.php index f44bc268a..6c8c4363b 100644 --- a/includes/api/ApiEchoArticleReminder.php +++ b/includes/api/ApiEchoArticleReminder.php @@ -107,6 +107,6 @@ class ApiEchoArticleReminder extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/Echo_(Notifications)/API'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/Echo_(Notifications)/API'; } } diff --git a/includes/api/ApiEchoMarkRead.php b/includes/api/ApiEchoMarkRead.php index 273d2b68d..930217155 100644 --- a/includes/api/ApiEchoMarkRead.php +++ b/includes/api/ApiEchoMarkRead.php @@ -123,6 +123,6 @@ class ApiEchoMarkRead extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/Echo_(Notifications)/API'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/Echo_(Notifications)/API'; } } diff --git a/includes/api/ApiEchoMarkSeen.php b/includes/api/ApiEchoMarkSeen.php index 460691661..5e4aad737 100644 --- a/includes/api/ApiEchoMarkSeen.php +++ b/includes/api/ApiEchoMarkSeen.php @@ -75,6 +75,6 @@ class ApiEchoMarkSeen extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/Echo_(Notifications)/API'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/Echo_(Notifications)/API'; } } diff --git a/includes/api/ApiEchoNotifications.php b/includes/api/ApiEchoNotifications.php index ee0ab5421..e0aa0b142 100644 --- a/includes/api/ApiEchoNotifications.php +++ b/includes/api/ApiEchoNotifications.php @@ -620,6 +620,6 @@ class ApiEchoNotifications extends ApiQueryBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/Echo_(Notifications)/API'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/Echo_(Notifications)/API'; } } diff --git a/includes/api/ApiEchoUnreadNotificationPages.php b/includes/api/ApiEchoUnreadNotificationPages.php index 5b53c8b44..a47fbe2bd 100644 --- a/includes/api/ApiEchoUnreadNotificationPages.php +++ b/includes/api/ApiEchoUnreadNotificationPages.php @@ -210,6 +210,6 @@ class ApiEchoUnreadNotificationPages extends ApiQueryBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/Echo_(Notifications)/API'; + return 'https://www.mediawiki.org/wiki/Special:MyLanguage/Echo_(Notifications)/API'; } }