Changed download link to be the redirect so that it changes everywhere when it actually changes

This commit is contained in:
Ellpeck 2016-02-03 18:16:24 +01:00
parent 9c4056ed52
commit 2007732fdc

View file

@ -16,7 +16,7 @@ import de.ellpeck.actuallyadditions.mod.util.Util;
public class UpdateChecker{
public static final String DOWNLOAD_LINK = "http://minecraft.curseforge.com/mc-mods/228404-actually-additions/files";
public static final String DOWNLOAD_LINK = "http://ellpeck.de/actadddownload";
public static final String CHANGELOG_LINK = "http://ellpeck.de/actaddchangelog/";
public static boolean checkFailed;
public static boolean needsUpdateNotify;