Browse Source

UI: Change the Discord invite to link to the rules channel

When next stable comes out the old one will be invalidated
Evan Husted 1 year ago
parent
commit
ad89cf39b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Ryujinx/UI/Windows/AboutWindow.axaml

+ 1 - 1
src/Ryujinx/UI/Windows/AboutWindow.axaml

@@ -125,7 +125,7 @@
                         Background="Transparent"
                         Click="Button_OnClick"
                         CornerRadius="15"
-                        Tag="https://discord.gg/dHPrkBkkyA"
+                        Tag="https://discord.gg/PEuzjrFXUA"
                         ToolTip.Tip="{ext:Locale AboutDiscordUrlTooltipMessage}">
                         <Image Source="{Binding DiscordLogo}" />
                     </Button>