Skip to content

Commit 8a2be7b

Browse files
1.1.2 Update
Fixed repository URL
1 parent eb1bc7d commit 8a2be7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ private void characterListBox_DoubleClick(object sender, EventArgs e)
463463
}
464464
private void repositoryToolStripMenuItem_Click(object sender, EventArgs e)
465465
{
466-
string githubUrl = "https://github.com/LandonAndEmma/MKDS-ARM9-EDITOR-VS";
466+
string githubUrl = "https://github.com/LandonAndEmma/MKDS-ARM9-Editor";
467467
try
468468
{
469469
Process.Start(new ProcessStartInfo

0 commit comments

Comments
 (0)