diff --git a/README.md b/README.md index 4737e76..e2efe76 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ Discord if you do not now how to solve them and maybe update the docs. ### Contact -You can find us in our [Discord community](https://discord.gg/qsvzSJPX), we understand using Discord is not acceptable for everybody, if you step up to moderate a parallel community in a more free platform we will help you as much as we can. +You can find us in our [Discord community](https://discord.gg/CXUqrwtzu2), we understand using Discord is not acceptable for everybody, if you step up to moderate a parallel community in a more free platform we will help you as much as we can. diff --git a/lib/JapaChar.pm b/lib/JapaChar.pm index 24a4f58..9749686 100644 --- a/lib/JapaChar.pm +++ b/lib/JapaChar.pm @@ -88,7 +88,7 @@ sub _build__gresources_path($self) { } sub launch_discord($self) { - my $launcher = Gtk::UriLauncher->new('https://discord.gg/qsvzSJPX'); + my $launcher = Gtk::UriLauncher->new('https://discord.gg/CXUqrwtzu2'); $launcher->launch( $self->_window, undef, undef ); }