# HG changeset patch
# User sheepluva
# Date 1459234812 -7200
# Node ID 6225dfeba347a616d3f4639b4aa62a769e460c9a
# Parent  9d3e32623567a35890a076b535027784927fd153
https4dlc

diff -r 9d3e32623567 -r 6225dfeba347 QTfrontend/ui/page/pagedata.cpp
--- a/QTfrontend/ui/page/pagedata.cpp	Tue Mar 29 08:52:45 2016 +0200
+++ b/QTfrontend/ui/page/pagedata.cpp	Tue Mar 29 09:00:12 2016 +0200
@@ -85,7 +85,7 @@
 {
     QUrl finalUrl;
     if(url.host().isEmpty())
-        finalUrl = QUrl("http://www.hedgewars.org" + url.path());
+        finalUrl = QUrl("https://www.hedgewars.org" + url.path());
     else
         finalUrl = url;
 
@@ -195,7 +195,7 @@
 
 void PageDataDownload::fetchList()
 {
-    request(QUrl("http://hedgewars.org/content.html"));
+    request(QUrl("https://hedgewars.org/content.html"));
 }