diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index ef24823eefb04..fc5f2ca697227 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -126,7 +126,7 @@ public function prepare(INotification $notification, string $languageCode): INot ]); if ($this->isAdmin()) { - $notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']) . '#app-' . $notification->getObjectType()); + $notification->setLink($this->url->linkToRouteAbsolute('appstore.Page.viewApps', ['category' => 'updates', 'id' => $notification->getObjectType()])); } } }