diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index ff7babf6..5bf70c7a 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache index f0a4664d..938bb6d2 100644 Binary files a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Toolbox/MainForm.cs b/Toolbox/MainForm.cs index 68c352b6..16c122af 100644 --- a/Toolbox/MainForm.cs +++ b/Toolbox/MainForm.cs @@ -1179,7 +1179,7 @@ namespace Toolbox } private void tutorialToolStripMenuItem_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("https://github.com/KillzXGaming/Switch-Toolbox/wiki/Tutorial-Home-Page"); + System.Diagnostics.Process.Start("https://github.com/KillzXGaming/Switch-Toolbox/wiki"); } private void checkShaderErrorsToolStripMenuItem_Click(object sender, EventArgs e)