diff --git a/SourceCode/GPS/Forms/Form_About.Designer.cs b/SourceCode/GPS/Forms/Form_About.Designer.cs index b64279128..33b8efa0e 100644 --- a/SourceCode/GPS/Forms/Form_About.Designer.cs +++ b/SourceCode/GPS/Forms/Form_About.Designer.cs @@ -116,10 +116,10 @@ private void InitializeComponent() this.linkLabelCombineForum.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabelCombineForum.Location = new System.Drawing.Point(12, 609); this.linkLabelCombineForum.Name = "linkLabelCombineForum"; - this.linkLabelCombineForum.Size = new System.Drawing.Size(258, 19); + this.linkLabelCombineForum.Size = new System.Drawing.Size(251, 19); this.linkLabelCombineForum.TabIndex = 12; this.linkLabelCombineForum.TabStop = true; - this.linkLabelCombineForum.Text = "https://agopengps.discourse.forum"; + this.linkLabelCombineForum.Text = "https://discourse.agopengps.com/"; this.linkLabelCombineForum.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelCombineForum_LinkClicked); // // button1 diff --git a/SourceCode/GPS/Forms/Form_About.cs b/SourceCode/GPS/Forms/Form_About.cs index 352e0e2f8..5b41b090b 100644 --- a/SourceCode/GPS/Forms/Form_About.cs +++ b/SourceCode/GPS/Forms/Form_About.cs @@ -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); }