1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-02 16:45:50 -05:00

gui: Remove remaining in-app and meta social link references (#22)

* Migrate all GH references to `github.com/ryujinx-mirror`

* AboutWindow social references
This commit is contained in:
reggie
2024-10-03 03:14:43 -05:00
parent 509f0c6c5f
commit 11539dcc66
11 changed files with 41 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ namespace Ryujinx.Ava.UI.Helpers
{
internal class UserErrorDialog
{
private const string SetupGuideUrl = "https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide";
private const string SetupGuideUrl = "https://github.com/ryujinx-mirror/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide";
private static string GetErrorCode(UserError error)
{