Merge pull request #143 from stephenyeargin/patch-1

Fix version check failure because of non-SSL link
This commit is contained in:
Anton Keks 2018-06-27 23:31:40 +03:00 committed by GitHub
commit ff3cb92eb4
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/";