diff --git a/README.md b/README.md
index 2fd1983de..f680dc821 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ out there. qBittorrent is fast, stable and provides unicode
support as well as many features.
This product includes GeoLite data created by MaxMind, available from
-http://maxmind.com/
+https://www.maxmind.com/
### Installation:
For installation, follow the instructions from INSTALL file, but simple:
diff --git a/src/base/net/dnsupdater.cpp b/src/base/net/dnsupdater.cpp
index 6ef1dd98b..a61ebaa2b 100644
--- a/src/base/net/dnsupdater.cpp
+++ b/src/base/net/dnsupdater.cpp
@@ -300,7 +300,7 @@ QUrl DNSUpdater::getRegistrationUrl(int service)
case DNS::DYNDNS:
return QUrl("https://www.dyndns.com/account/services/hosts/add.html");
case DNS::NOIP:
- return QUrl("http://www.no-ip.com/services/managed_dns/free_dynamic_dns.html");
+ return QUrl("https://www.noip.com/remote-access");
default:
Q_ASSERT(0);
}
diff --git a/src/base/net/geoipmanager.cpp b/src/base/net/geoipmanager.cpp
index 10db8e4cd..61da07d44 100644
--- a/src/base/net/geoipmanager.cpp
+++ b/src/base/net/geoipmanager.cpp
@@ -42,7 +42,7 @@
#include "private/geoipdatabase.h"
#include "geoipmanager.h"
-static const char DATABASE_URL[] = "http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz";
+static const char DATABASE_URL[] = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz";
static const char GEOIP_FOLDER[] = "GeoIP";
static const char GEOIP_FILENAME[] = "GeoLite2-Country.mmdb";
static const int CACHE_SIZE = 1000;
diff --git a/src/gui/gpl.html b/src/gui/gpl.html
index 3a74abc4f..cec3fa8b9 100644
--- a/src/gui/gpl.html
+++ b/src/gui/gpl.html
@@ -510,7 +510,7 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the
-GNU Lesser General Public License
+GNU Lesser General Public License
instead of this License.