Fix update link

This commit is contained in:
NekoInverter 2020-12-22 23:01:45 +08:00
parent 29c8d042f5
commit 630936a6ec
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import java.util.List;
public class JSONUtils {
public static final String JSON_LINK = "http://edxp.meowcat.org/assets/version.json";
public static final String JSON_LINK = "https://edxp.meowcat.org/assets/version.json";
public static String getFileContent(String url) throws IOException {
HttpURLConnection c = (HttpURLConnection) new URL(url).openConnection();