Skip to content

Commit

Permalink
Fix About Form address
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Oct 27, 2021
1 parent 2dd8f9b commit 076d1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SourceCode/GPS/Forms/Form_About.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 SourceCode/GPS/Forms/Form_About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private void Form_About_Load(object sender, EventArgs e)
// Add a link to the LinkLabel.
LinkLabel.Link linkCf = new LinkLabel.Link
{
LinkData = "https://agopengps.discourse.forum"
LinkData = "https://discourse.agopengps.com/"
};
linkLabelCombineForum.Links.Add(linkCf);
}
Expand Down

0 comments on commit 076d1f8

Please sign in to comment.