Fix update link
This commit is contained in:
parent
29c8d042f5
commit
630936a6ec
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue