From b4a7daeda5ed84f0c776321de95172605ad27332 Mon Sep 17 00:00:00 2001 From: Lars Michelsen Date: Wed, 6 Feb 2019 13:38:35 +0100 Subject: [PATCH] Fixed broken link Change-Id: Ib0a6fd25aece6ba4da5c5c4b3a9c87cc8f4f20af --- cmk/gui/watolib/sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmk/gui/watolib/sites.py b/cmk/gui/watolib/sites.py index 340d5f7ee2..cf7cfc40ba 100644 --- a/cmk/gui/watolib/sites.py +++ b/cmk/gui/watolib/sites.py @@ -188,7 +188,7 @@ class SiteManagement(object): "transport. Starting with Check_MK 1.6 it is possible to use encrypted Livestatus " "communication. Sites created with 1.6 will automatically use encrypted communication " "by default. Sites created with previous versions need to be configured manually to " - "enable the encryption. Have a look at werk #7017 " + "enable the encryption. Have a look at werk #7017 " "for further information."), ) -- 2.11.4.GIT