jenkins-bot has submitted this change and it was merged.

Change subject: Change link to help page on Special:Notifications
......................................................................


Change link to help page on Special:Notifications

Bug: T138395
Change-Id: I6b9476206c53925a9d63b41da4b2fde33c739584
---
M includes/special/SpecialNotifications.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/special/SpecialNotifications.php 
b/includes/special/SpecialNotifications.php
index 432306a..a2365ba 100644
--- a/includes/special/SpecialNotifications.php
+++ b/includes/special/SpecialNotifications.php
@@ -18,7 +18,7 @@
                $out = $this->getOutput();
                $out->setPageTitle( $this->msg( 'echo-specialpage' )->text() );
 
-               $this->addHelpLink( 'Help:Notifications' );
+               $this->addHelpLink( 'Help:Notifications/Special:Notifications' 
);
 
                $user = $this->getUser();
                if ( $user->isAnon() ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/295574
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b9476206c53925a9d63b41da4b2fde33c739584
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to