From 99cad1c9f994d8c7de207f6ca3888a77db8ec094 Mon Sep 17 00:00:00 2001
From: Chefkeks <Chefkeks@users.noreply.github.com>
Date: Wed, 20 Aug 2014 12:05:28 +0200
Subject: [PATCH] Wrong links in help tips

Hey again,

just found some other wrong links while I was creating a new ticket filter.

Cheers,
Michael
---
 include/i18n/en_US/help/tips/manage.filter.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/i18n/en_US/help/tips/manage.filter.yaml b/include/i18n/en_US/help/tips/manage.filter.yaml
index 3b1da4336..4d183deb9 100644
--- a/include/i18n/en_US/help/tips/manage.filter.yaml
+++ b/include/i18n/en_US/help/tips/manage.filter.yaml
@@ -94,7 +94,7 @@ department:
         assigned.
     links:
       - title: Manage Departments
-        href: /scp/canned.php
+        href: /scp/departments.php
 
 priority:
     title: Priority
@@ -114,7 +114,7 @@ sla_plan:
         Filter</span>.
     links:
       - title: Manage SLA Plans
-        href: /scp/slaplan.php
+        href: /scp/slas.php
 
 auto_assign:
     title: Auto-Assign
-- 
GitLab