diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:54:54 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:36 +0200 |
commit | 3d83ecaa9d232e89efec9202eac48ca1565a8b02 (patch) | |
tree | da16133b5d65440b2ede43258f12b31b11adbd46 /include/m_pluginupdater.h | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'include/m_pluginupdater.h')
-rw-r--r-- | include/m_pluginupdater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_pluginupdater.h b/include/m_pluginupdater.h index 28b1dd1121..63f832f03b 100644 --- a/include/m_pluginupdater.h +++ b/include/m_pluginupdater.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-17 Miranda NG project (http://miranda-ng.org)
+Copyright (ñ) 2012-17 Miranda NG project (https://miranda-ng.org)
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -35,7 +35,7 @@ typedef struct { //Parses hashes.zip file at the specified URL and fills the base url buffer.
//later a plugin can use it to address files. %platform% macro is allowed,
//it expands to 32 or 64 depending on a Miranda's platform. For example,
-// http://miranda-ng.org/distr/stable/x%platform%
+// https://miranda-ng.org/distr/stable/x%platform%
//
//wParam = (wchar_t*)ptszUrl = url of hashes.zip
//lParam = (wchar_t[260])ptszBaseUrl = decoded base url
|