Skip to content

Commit

Permalink
Swapped Update Link
Browse files Browse the repository at this point in the history
The update link now points to the modrinth site.
  • Loading branch information
beanbeanjuice committed Sep 2, 2024
1 parent 6725017 commit 8d13324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void checkUpdate() {
Tuple.of("plugin-prefix", config.get(ConfigKey.PLUGIN_PREFIX).asString()),
Tuple.of("old", currentVersion),
Tuple.of("new", spigotVersion),
Tuple.of("link", "https://www.spigotmc.org/resources/115305/")
Tuple.of("link", "https://modrinth.com/plugin/simpleproxychat/")
);

notifyFunction.accept(message);
Expand Down

0 comments on commit 8d13324

Please sign in to comment.