From fc0ed5da062c349103d7c33cb833d6628f29c8b0 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Mon, 28 Aug 2017 10:26:26 -0500
Subject: [PATCH] oops: Fix Outdated Alerts Link

This addresses issue 3935 where Configure Alerts & Notices link in
Department settings is outdated. This adds the updated/correct link to
configure Alerts & Notices.
---
 include/i18n/en_US/help/tips/staff.department.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/i18n/en_US/help/tips/staff.department.yaml b/include/i18n/en_US/help/tips/staff.department.yaml
index 015c9b122..32e65ea60 100644
--- a/include/i18n/en_US/help/tips/staff.department.yaml
+++ b/include/i18n/en_US/help/tips/staff.department.yaml
@@ -67,7 +67,7 @@ group_membership:
         class="doc-desc-title">Alerts &amp; Notices</span>.
     links:
       - title: Configure Alerts &amp; Notices
-        href: /scp/settings.php?t=alerts
+        href: "/scp/settings.php?t=tickets#alerts"
 
 sandboxing:
     title: Ticket Assignment Restrictions
-- 
GitLab