Change link to help page on Special:Notifications

Bug: T138395
Change-Id: I6b9476206c53925a9d63b41da4b2fde33c739584
This commit is contained in:
Moriel Schottlender 2016-06-22 12:38:38 -07:00
parent c93800e17c
commit bbf2ba7e7b

View file

@ -18,7 +18,7 @@ class SpecialNotifications extends SpecialPage {
$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() ) {