From d4497857f5fb4e7a935339bc37993b4252950008 Mon Sep 17 00:00:00 2001
From: Chefkeks <Chefkeks@users.noreply.github.com>
Date: Wed, 14 Jan 2015 00:17:25 +0100
Subject: [PATCH] Fix SLA link in help tips

Fixes https://github.com/osTicket/osTicket-1.8/issues/1673
---
 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 2d91cb538..ec16a46a1 100644
--- a/include/i18n/en_US/help/tips/staff.department.yaml
+++ b/include/i18n/en_US/help/tips/staff.department.yaml
@@ -47,7 +47,7 @@ sla:
         Service Level Agreement for tickets routed to this Department.
     links:
       - title: Manage SLA Plans
-        href: /scp/slaplans.php
+        href: /scp/slas.php
 
 manager:
     title: Department Manager
-- 
GitLab