diff --git a/README.md b/README.md
index e546cbad..3b7f9bd1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[links/discord]: https://discord.gg/xmHPGDfVCa
+[badges/discord]: https://img.shields.io/discord/1291765437100720243?label=ryujinx-mirror&logo=discord&logoColor=FFFFFF&color=5865F3
+
As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujinx) repository serves as a downstream hard-fork of the original Ryujinx project. For the time being, this fork won't be accepting any new *major* changes until further information arises. We have reconstructed the essential build infrastructure, and you can download nightly binaries for Windows, Linux, and MacOS from the [latest release](https://github.com/ryujinx-mirror/ryujinx/releases/latest).
> [!NOTE]
@@ -11,10 +14,10 @@ As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujin
### Join Discussion
-Feel free to join the [Latte Softworks Discord community](https://latte.to/discord) to join in on the discussion & development of this fork going forward.
+Feel free to join the [ryujinx-mirror Discord community][links/discord] to join in on the development of this fork going forward.
See `#ryujinx-info` for more information.
-[![Latte Softworks Discord](https://img.shields.io/discord/892211155303538748?label=Latte%20Softworks&logo=discord&logoColor=FFFFFF&color=5865F2)](https://latte.to/discord)
+[![ryujinx-mirror Discord][badges/discord]][links/discord]
___
diff --git a/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs b/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs
index b1165b87..34e61985 100644
--- a/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs
+++ b/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs
@@ -41,7 +41,7 @@ namespace Ryujinx.UI.Windows
private void DiscordButton_Pressed(object sender, ButtonPressEventArgs args)
{
- OpenHelper.OpenUrl("https://latte.to/discord");
+ OpenHelper.OpenUrl("https://discord.gg/xmHPGDfVCa");
}
private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)
diff --git a/src/Ryujinx/UI/Windows/AboutWindow.axaml b/src/Ryujinx/UI/Windows/AboutWindow.axaml
index c0bebfae..e3431dc4 100644
--- a/src/Ryujinx/UI/Windows/AboutWindow.axaml
+++ b/src/Ryujinx/UI/Windows/AboutWindow.axaml
@@ -160,7 +160,7 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
- Tag="https://latte.to/discord"
+ Tag="https://discord.gg/xmHPGDfVCa"
ToolTip.Tip="{locale:Locale AboutDiscordUrlTooltipMessage}">