mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-22 23:48:15 -05:00
Swapped out discord link
This commit is contained in:
parent
d12491bb52
commit
c3c5aa3bf3
2 changed files with 3 additions and 3 deletions
|
@ -98,5 +98,5 @@ Documentation and examples:
|
||||||
## Contact
|
## Contact
|
||||||
If you encounter any issues, please report them on the
|
If you encounter any issues, please report them on the
|
||||||
[issue tracker](https://github.com/RaphiMC/ViaProxy/issues).
|
[issue tracker](https://github.com/RaphiMC/ViaProxy/issues).
|
||||||
If you just want to talk or need help using ViaProxy feel free to join my
|
If you just want to talk or need help using ViaProxy feel free to join the ViaVersion
|
||||||
[Discord](https://discord.gg/dCzT9XHEWu).
|
[Discord](https://discord.gg/viaversion).
|
||||||
|
|
|
@ -69,7 +69,7 @@ public class GeneralTab extends AUITab {
|
||||||
discordLabel.addMouseListener(new MouseAdapter() {
|
discordLabel.addMouseListener(new MouseAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void mouseReleased(MouseEvent e) {
|
public void mouseReleased(MouseEvent e) {
|
||||||
frame.openURL("https://viaproxy.raphimc.net");
|
frame.openURL("https://discord.gg/viaversion");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
contentPane.add(discordLabel);
|
contentPane.add(discordLabel);
|
||||||
|
|
Loading…
Reference in a new issue