Skip to content

Commit

Permalink
Merge branch 'master' into legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
uwburn committed Jan 14, 2018
2 parents 65250a8 + 6fff2ea commit f7ac27c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cardia/View/AboutFrm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cardia/View/AboutFrm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void okButton_Click(object sender, EventArgs e)

private void linkLabelWebsite_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
ProcessStartInfo sInfo = new ProcessStartInfo("http://www.altairgarden.it/");
ProcessStartInfo sInfo = new ProcessStartInfo("https://github.com/uwburn/cardia");
Process.Start(sInfo);
}
}
Expand Down

0 comments on commit f7ac27c

Please sign in to comment.