Skip to content

Commit

Permalink
Changed homepage link to github project page.
Browse files Browse the repository at this point in the history
  • Loading branch information
uwburn committed Jan 14, 2018
1 parent fa9786e commit 6fff2ea
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 6fff2ea

Please sign in to comment.