From 78836be37ddee077af7d9003f783eaadefd36567 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 14 Mar 2024 10:32:28 +0100 Subject: [PATCH] fix(backend): Fix quick wins Slack link --- src/Service/NotificationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/NotificationService.php b/src/Service/NotificationService.php index 77005b8..3866394 100644 --- a/src/Service/NotificationService.php +++ b/src/Service/NotificationService.php @@ -108,7 +108,7 @@ public function notifyChannelNewQuickwin( 'type' => 'section', 'text' => [ 'type' => 'mrkdwn', - 'text' => '<' . Router::url('/quickwins', true) . '|Visit Hall of Fame>', + 'text' => '<' . Router::url('/quick-wins', true) . '|Visit Hall of Fame>', ], ],