From f34a33bcdf5f749cc7974f81fcf5c24ec3901254 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 17 Jun 2018 11:31:03 +0100 Subject: [PATCH] Update AboutController.cs --- SparkleShare/Common/AboutController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Common/AboutController.cs b/SparkleShare/Common/AboutController.cs index 134b1e62..bdf8c65e 100644 --- a/SparkleShare/Common/AboutController.cs +++ b/SparkleShare/Common/AboutController.cs @@ -62,7 +62,7 @@ namespace SparkleShare { Thread.Sleep (500); var web_client = new WebClient (); - var uri = new Uri ("http://www.sparkleshare.org/version"); + var uri = new Uri ("https://www.sparkleshare.org/version"); try { string latest_version = web_client.DownloadString (uri);