From 2007732fdc2f0461fc384ab60db3aafdc52136e7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 3 Feb 2016 18:16:24 +0100 Subject: [PATCH] Changed download link to be the redirect so that it changes everywhere when it actually changes --- .../de/ellpeck/actuallyadditions/mod/update/UpdateChecker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/update/UpdateChecker.java b/src/main/java/de/ellpeck/actuallyadditions/mod/update/UpdateChecker.java index 75cab1a33..cf2d896ab 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/update/UpdateChecker.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/update/UpdateChecker.java @@ -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;