mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
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:
parent
86e8327fa5
commit
5be74bb67d
@ -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/";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user