Rebrand as Amidst for Minetest
master
Treer 2018-10-01 01:02:41 +10:00
parent a9db883ea1
commit 0837145782
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import amidst.parsing.json.JsonReader;
public enum UpdateInformationRetriever {
;
private static final String UPDATE_INFORMATION_JSON_URL = "https://treer.github.io/amidstest/api/update-information.json";
private static final String UPDATE_INFORMATION_JSON_URL = "https://treer.github.io/Amidst-for-Minetest/api/update-information.json";
@NotNull
public static UpdateInformationJson retrieve() throws FormatException, IOException {