Fix version check failure because of non-SSL link

Update to the new SSL URI for the website to allow the version update check routine to run properly.

Fixes #142
This commit is contained in:
Stephen Yeargin 2018-06-22 12:13:06 -05:00 committed by GitHub
parent 86e8327fa5
commit 5be74bb67d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ public class Version {
public static final String COPYLEFT = "© 2017 Anton Keks and contributors";
public static final String WEBSITE = "http://angryip.org";
public static final String WEBSITE = "https://angryip.org";
public static final String FAQ_URL = WEBSITE + "/faq/";