Switch znc.in URLs to https

This commit is contained in:
Alexey Sokolov
2017-05-30 22:32:01 +01:00
parent ef5ace9b86
commit 10bfece38c
13 changed files with 25 additions and 25 deletions

View File

@@ -411,7 +411,7 @@ int main(int argc, char** argv) {
CUtils::PrintError(
"No modules found. Perhaps you didn't install ZNC properly?");
CUtils::PrintError(
"Read http://wiki.znc.in/Installation for instructions.");
"Read https://wiki.znc.in/Installation for instructions.");
if (!CUtils::GetBoolInput(
"Do you really want to run ZNC without any modules?",
false)) {