diff --git a/LoginNotifyPresentationModel.php b/LoginNotifyPresentationModel.php index 17fe07f..f3ec6e7 100644 --- a/LoginNotifyPresentationModel.php +++ b/LoginNotifyPresentationModel.php @@ -11,12 +11,14 @@ class LoginNotifyPresentationModel extends EchoEventPresentationModel { } /** - * Nothing really to link to + * Link to help page on mediawiki * - * @return boolean false to disable link + * @return array url to link to */ public function getPrimaryLink() { - return false; + return [ + 'url' => 'https://mediawiki.org/wiki/Help:Login_notifications' + ]; } /**