diff --git a/PKHeX.WinForms/Misc/QR.cs b/PKHeX.WinForms/Misc/QR.cs index b86ca95db..8819d2a8b 100644 --- a/PKHeX.WinForms/Misc/QR.cs +++ b/PKHeX.WinForms/Misc/QR.cs @@ -82,7 +82,7 @@ private void PB_QR_Click(object sender, EventArgs e) // QR Utility public const string BadQRUrl = "null/#"; // prefix to prevent URL from loading - public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html"; + public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html#"; internal static byte[] getQRData() { @@ -190,4 +190,4 @@ public static string getQRServer(int format) } } } -} \ No newline at end of file +}