fix prereq alert target url (fixes #910)

This commit is contained in:
zeromus 2017-07-09 13:23:04 -05:00
parent af3ab7c208
commit e1d0ea2bcb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls
private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
linkLabel2.LinkVisited = true;
System.Diagnostics.Process.Start("http://sf.net/projects/bizhawk");
System.Diagnostics.Process.Start("https://github.com/TASVideos/BizHawk-Prereqs/releases");
}
private void button1_Click(object sender, EventArgs e)