Skip to content

Commit

Permalink
Fix github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Dec 31, 2019
1 parent 865755e commit 0df3906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ internal void DirectorDisconnected()

private void ViewOnGithub( object sender, EventArgs e )
{
System.Diagnostics.Process.Start( $"https://www.github.com/something/something" );
System.Diagnostics.Process.Start( $"https://github.com/garrynewman/Control4.Jailbreak" );
}

private void FileAndQuit( object sender, EventArgs e )
Expand Down

0 comments on commit 0df3906

Please sign in to comment.