Skip to content

Commit

Permalink
Update utilities URLs (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ferguson authored Aug 29, 2024
1 parent 7a9811e commit 374c73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void onMessageReceived(@NotNull MessageReceivedEvent event) {
return;
}

String cleanURL = "https://geysermc.org/utilities/dump_viewer#" + matcher.group(2);
String cleanURL = "https://geysermc.org/utilities/dump-viewer#" + matcher.group(2);
String rawURL = "https://dump.geysermc.org/raw/" + matcher.group(2);

parseDump(event, cleanURL, RestClient.get(rawURL).asString());
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/tags/links/configeditor.tag
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: text
---

Below you can find a simple browser based config editor for Geyser.
https://geysermc.org/config_editor.html
https://geysermc.org/utilities/config-editor

Do note: Uploading your old config will not update it. If you wish to create a new, updated config, start with the default config and then add your settings.

0 comments on commit 374c73f

Please sign in to comment.