From c3c5aa3bf3fdfdf826723b47cf29c2bd29e5d873 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Tue, 30 May 2023 21:05:58 +0200 Subject: [PATCH] Swapped out discord link --- README.md | 4 ++-- src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 546bbd3..3430303 100644 --- a/README.md +++ b/README.md @@ -98,5 +98,5 @@ Documentation and examples: ## Contact If you encounter any issues, please report them on the [issue tracker](https://github.com/RaphiMC/ViaProxy/issues). -If you just want to talk or need help using ViaProxy feel free to join my -[Discord](https://discord.gg/dCzT9XHEWu). +If you just want to talk or need help using ViaProxy feel free to join the ViaVersion +[Discord](https://discord.gg/viaversion). diff --git a/src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java b/src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java index 4e1cfa4..f6a858d 100644 --- a/src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java +++ b/src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java @@ -69,7 +69,7 @@ public class GeneralTab extends AUITab { discordLabel.addMouseListener(new MouseAdapter() { @Override public void mouseReleased(MouseEvent e) { - frame.openURL("https://viaproxy.raphimc.net"); + frame.openURL("https://discord.gg/viaversion"); } }); contentPane.add(discordLabel);