From 2e90c9ae9e11f202f907ea9b103ca6731fe1ace1 Mon Sep 17 00:00:00 2001 From: Fusl Dash Date: Sun, 14 May 2017 03:37:45 +0200 Subject: [PATCH] Update link to Configuration wiki page --- src/znc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/znc.cpp b/src/znc.cpp index 0f9ae3c5..0427fc07 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -624,7 +624,7 @@ CString CZNC::MakeConfigHeader() { "//\n" "// But if you feel risky, you might want to read help on /znc " "saveconfig and /znc rehash.\n" - "// Also check http://en.znc.in/wiki/Configuration\n"; + "// Also check http://wiki.znc.in/Configuration\n"; } bool CZNC::WriteNewConfig(const CString& sConfigFile) {