Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update utilities URLs #316

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading