Skip to content

Commit

Permalink
Changed link on about form to new homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Gehling committed Mar 19, 2017
1 parent ca946bc commit 0843d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/StopWatch/UI/AboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private void lblLicense_LinkClicked(object sender, LinkLabelLinkClickedEventArgs

private void lblHomepage_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("http://carstengehling.github.io/jirastopwatch");
System.Diagnostics.Process.Start("http://jirastopwatch.com");
}
}
}

0 comments on commit 0843d42

Please sign in to comment.