Skip to content

Commit

Permalink
Replace Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWarnut committed Oct 4, 2024
1 parent a876a88 commit daef3b6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/Ryujinx.Gtk3/UI/Widgets/UserErrorDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Ryujinx.UI.Widgets
{
internal class UserErrorDialog : MessageDialog
{
private const string SetupGuideUrl = "https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide";
private const string SetupGuideUrl = "https://github.com/LukeWarnut/Ryujinx2/wiki/Ryujinx-Setup-&-Configuration-Guide";
private const int OkResponseId = 0;
private const int SetupGuideResponseId = 1;

Expand Down
6 changes: 3 additions & 3 deletions src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void PatreonButton_Pressed(object sender, ButtonPressEventArgs args)

private void GitHubButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://github.com/Ryujinx/Ryujinx");
OpenHelper.OpenUrl("https://github.com/LukeWarnut/Ryujinx2");
}

private void DiscordButton_Pressed(object sender, ButtonPressEventArgs args)
Expand All @@ -74,12 +74,12 @@ private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)

private void ContributorsButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://github.com/Ryujinx/Ryujinx/graphs/contributors?type=a");
OpenHelper.OpenUrl("https://github.com/LukeWarnut/Ryujinx2/graphs/contributors?type=a");
}

private void ChangelogButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://github.com/Ryujinx/Ryujinx/wiki/Changelog#ryujinx-changelog");
OpenHelper.OpenUrl("https://github.com/LukeWarnut/Ryujinx2/wiki/Changelog#ryujinx-changelog");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ public ResultCode PrepareForJit(ServiceCtx context)

if (string.IsNullOrWhiteSpace(filePath))
{
throw new InvalidSystemResourceException("JIT (010000000000003B) system title not found! The JIT will not work, provide the system archive to fix this error. (See https://github.com/Ryujinx/Ryujinx#requirements for more information)");
throw new InvalidSystemResourceException("JIT (010000000000003B) system title not found! The JIT will not work, provide the system archive to fix this error. (See https://github.com/LukeWarnut/Ryujinx2#requirements for more information)");
}

context.Device.LoadNca(filePath);
Expand Down
2 changes: 1 addition & 1 deletion src/Ryujinx.HLE/HOS/Services/Sdb/Pl/SharedFontManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ FontInfo CreateFont(string name)
titleName = "Unknown";
}

throw new InvalidSystemResourceException($"{titleName} ({fontTitle:x8}) system title not found! This font will not work, provide the system archive to fix this error. (See https://github.com/Ryujinx/Ryujinx#requirements for more information)");
throw new InvalidSystemResourceException($"{titleName} ({fontTitle:x8}) system title not found! This font will not work, provide the system archive to fix this error. (See https://github.com/LukeWarnut/Ryujinx2#requirements for more information)");
}
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BuiltInCertificateManager
{
private const long CertStoreTitleId = 0x0100000000000800;

private const string CertStoreTitleMissingErrorMessage = "CertStore system title not found! SSL CA retrieving will not work, provide the system archive to fix this error. (See https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide#initial-setup-continued---installation-of-firmware for more information)";
private const string CertStoreTitleMissingErrorMessage = "CertStore system title not found! SSL CA retrieving will not work, provide the system archive to fix this error. (See https://github.com/LukeWarnut/Ryujinx2/wiki/Ryujinx-Setup-&-Configuration-Guide#initial-setup-continued---installation-of-firmware for more information)";

private static BuiltInCertificateManager _instance;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TimeZoneContentManager
{
private const long TimeZoneBinaryTitleId = 0x010000000000080E;

private const string TimeZoneSystemTitleMissingErrorMessage = "TimeZoneBinary system title not found! TimeZone conversions will not work, provide the system archive to fix this error. (See https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide#initial-setup-continued---installation-of-firmware for more information)";
private const string TimeZoneSystemTitleMissingErrorMessage = "TimeZoneBinary system title not found! TimeZone conversions will not work, provide the system archive to fix this error. (See https://github.com/LukeWarnut/Ryujinx2/wiki/Ryujinx-Setup-&-Configuration-Guide#initial-setup-continued---installation-of-firmware for more information)";

private VirtualFileSystem _virtualFileSystem;
private IntegrityCheckLevel _fsIntegrityCheckLevel;
Expand Down
2 changes: 1 addition & 1 deletion src/Ryujinx/UI/Helpers/UserErrorDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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/LukeWarnut/Ryujinx2/wiki/Ryujinx-Setup-&-Configuration-Guide";

private static string GetErrorCode(UserError error)
{
Expand Down
6 changes: 3 additions & 3 deletions src/Ryujinx/UI/Windows/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
HorizontalAlignment="Center"
Background="Transparent"
Click="Button_OnClick"
Tag="https://github.com/Ryujinx/Ryujinx/wiki/Changelog#ryujinx-changelog">
Tag="https://github.com/LukeWarnut/Ryujinx2/wiki/Changelog#ryujinx-changelog">
<TextBlock
FontSize="10"
Text="{locale:Locale AboutChangelogButton}"
Expand Down Expand Up @@ -145,7 +145,7 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
Tag="https://github.com/Ryujinx/Ryujinx"
Tag="https://github.com/LukeWarnut/Ryujinx2"
ToolTip.Tip="{locale:Locale AboutGithubUrlTooltipMessage}">
<Image Source="{Binding GithubLogo}" />
</Button>
Expand Down Expand Up @@ -237,7 +237,7 @@
HorizontalAlignment="Left"
Background="Transparent"
Click="Button_OnClick"
Tag="https://github.com/Ryujinx/Ryujinx/graphs/contributors?type=a">
Tag="https://github.com/LukeWarnut/Ryujinx2/graphs/contributors?type=a">
<TextBlock
FontSize="10"
Text="{locale:Locale AboutRyujinxContributorsButtonHeader}"
Expand Down

0 comments on commit daef3b6

Please sign in to comment.