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
+3 -3
View File
@@ -126,8 +126,8 @@ CString CZNC::GetTag(bool bIncludeVersion, bool bHTML) {
if (!Get().m_bHideVersion) {
bIncludeVersion = true;
}
CString sAddress =
bHTML ? "<a href=\"http://znc.in\">http://znc.in</a>" : "http://znc.in";
CString sAddress = bHTML ? "<a href=\"https://znc.in\">https://znc.in</a>"
: "https://znc.in";
if (!bIncludeVersion) {
return "ZNC - " + sAddress;
@@ -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://wiki.znc.in/Configuration\n";
"// Also check https://wiki.znc.in/Configuration\n";
}
bool CZNC::WriteNewConfig(const CString& sConfigFile) {