diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index d5e178a8e..9e22a40d3 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -159,7 +159,7 @@ protected function setAppHintDetails(INotification $notification, string $langua break; } $notification - ->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps') . $appLink) + ->setLink($this->url->linkToRouteAbsolute('appstore.Page.viewApps') . $appLink) ->setIcon($this->url->getAbsoluteURL($this->url->imagePath('firstrunwizard', 'apps/' . $app . '.svg'))); return $notification; }