Skip to content

Commit

Permalink
First form HTTP address
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Nov 3, 2021
1 parent dd247f7 commit 9a39051
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_First.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_First.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.group/"
LinkData = "https://discourse.agopengps.com/"
};
linkLabelCombineForum.Links.Add(linkCf);
}
Expand Down

0 comments on commit 9a39051

Please sign in to comment.