From 7288cf3bf3bd6127ad540f9c3e21ede119e13f31 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 22 Nov 2023 21:17:06 +0100 Subject: [PATCH] pulled latest changes and changed the url --- .../thebusybiscuit/slimefun4/core/services/UpdaterService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.java index 00f0ce3bc..ebd5f971e 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.java @@ -16,7 +16,7 @@ import io.github.thebusybiscuit.slimefun4.implementation.Slimefun; /** * This Class represents our {@link PluginUpdater} Service. - * If enabled, it will automatically connect to https://thebusybiscuit.github.io/builds/ + * If enabled, it will automatically connect to https://blob.build/ * to check for updates and to download them automatically. * * @author TheBusyBiscuit