Skip to content

Commit

Permalink
Changing link to shortened url
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed May 11, 2020
1 parent fc51c84 commit 0d6800c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 88 deletions.

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

2 changes: 1 addition & 1 deletion KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private void CloseButton_Click(object sender, EventArgs e)

private void WebsiteLinkLabel_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/KoenZomers/KeePassOneDriveSync");
System.Diagnostics.Process.Start("https://zomers.eu/KeePassOneDriveSync");
}
}
}

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

0 comments on commit 0d6800c

Please sign in to comment.