From df59394eb0c59b6b27fc59ff7cdc1fb6f69ecb43 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 30 Dec 2015 21:39:16 +0100 Subject: [PATCH] Changelog --- .../java/ellpeck/actuallyadditions/update/UpdateChecker.java | 3 +-- update/changelog.md | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/java/ellpeck/actuallyadditions/update/UpdateChecker.java b/src/main/java/ellpeck/actuallyadditions/update/UpdateChecker.java index e58d83198..fc7f6f9ac 100644 --- a/src/main/java/ellpeck/actuallyadditions/update/UpdateChecker.java +++ b/src/main/java/ellpeck/actuallyadditions/update/UpdateChecker.java @@ -17,8 +17,7 @@ import ellpeck.actuallyadditions.util.Util; public class UpdateChecker{ public static final String DOWNLOAD_LINK = "http://minecraft.curseforge.com/mc-mods/228404-actually-additions/files"; - //Thanks to XDjackieXD for putting together that thing obviously - public static final String CHANGELOG_LINK = "https://cdn.rawgit.com/XDjackieXD/ActuallyChangelogs/0.9/changelog.html"; + public static final String CHANGELOG_LINK = "http://ellpeck.de/actaddchangelog/"; public static boolean checkFailed; public static boolean needsUpdateNotify; public static String updateVersion; diff --git a/update/changelog.md b/update/changelog.md index c5a744300..54bab9e26 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -196,6 +196,3 @@ - AIOT Integration for SimpleOres 2 - Changed Ball Of Hair Name to "Ball Of Fur", added Booklet Page - Added Iron Casing & Drill Core - -#### View me on GitHub: https://github.com/Ellpeck/ActuallyAdditions/blob/master/update/changelog.md -#### View me while I look awesome: https://cdn.rawgit.com/XDjackieXD/ActuallyChangelogs/0.9/changelog.html