We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1bc7d commit 8a2be7bCopy full SHA for 8a2be7b
1 file changed
src/App.cs
@@ -463,7 +463,7 @@ private void characterListBox_DoubleClick(object sender, EventArgs e)
463
}
464
private void repositoryToolStripMenuItem_Click(object sender, EventArgs e)
465
{
466
- string githubUrl = "https://github.com/LandonAndEmma/MKDS-ARM9-EDITOR-VS";
+ string githubUrl = "https://github.com/LandonAndEmma/MKDS-ARM9-Editor";
467
try
468
469
Process.Start(new ProcessStartInfo
0 commit comments