Fix link on console update notification

This commit is contained in:
filoghost 2021-05-25 00:12:01 +02:00
parent f9a6163363
commit 23029e874e

View File

@ -27,7 +27,7 @@ public class UpdateNotificationListener implements Listener {
this.newVersion = newVersion;
Log.info("Found a new version available: " + newVersion);
Log.info("Download it on Bukkit Dev:");
Log.info("dev.bukkit.org/projects/holographic-displays");
Log.info("https://dev.bukkit.org/projects/holographic-displays");
});
}
}