diff --git a/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java b/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java index ba52a73..04e9ac0 100644 --- a/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java +++ b/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java @@ -43,7 +43,7 @@ public void help(BukkitCommandActor actor, CommandHelp helpEntries, @Def List list = new ArrayList<>(); list.add(Constants.HEADER); list.add(MINIMESSAGE.deserialize(String.format("SimpleJoinMessage %s", Constants.VERSION)) - .clickEvent(openUrl("https://go.happyareabean/sjm")) + .clickEvent(openUrl("https://go.happyareabean.cc/sjm")) .hoverEvent(MINIMESSAGE.deserialize("click me!"))); list.add(text() .content("By ") @@ -132,7 +132,7 @@ public void about(BukkitCommandActor actor) { Constants.HEADER, newline(), MINIMESSAGE.deserialize(String.format("SimpleJoinMessage %s", Constants.VERSION)) - .clickEvent(openUrl("https://go.happyareabean/sjm")) + .clickEvent(openUrl("https://go.happyareabean.cc/sjm")) .hoverEvent(MINIMESSAGE.deserialize("click me!")), newline(), text()