Update AboutController.cs

This commit is contained in:
Hylke Bons 2018-06-17 11:31:03 +01:00 committed by GitHub
parent eb80b4e933
commit f4bfef1d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);