This commit is contained in:
GreemDev 2025-12-07 00:30:22 -06:00
parent e2f406f070
commit bbbeace1f6

View file

@ -58,7 +58,7 @@ namespace Ryujinx.UI.SetupWizard.Pages
{ {
Content = "Click here to view a guide.", Content = "Click here to view a guide.",
HorizontalAlignment = HorizontalAlignment.Center, HorizontalAlignment = HorizontalAlignment.Center,
NavigateUri = new Uri(SharedConstants.DumpFirmwareWikiUrl), NavigateUri = new Uri(SharedConstants.DumpContentWikiUrl),
GridRow = 1 GridRow = 1
}); });