From e855f5acd05466774ca784c2a43e10f3f4d54949 Mon Sep 17 00:00:00 2001 From: Lionel DUCHATEAU Date: Sun, 15 Dec 2024 07:59:49 +0100 Subject: [PATCH] Updated url links. Signed-off-by: Lionel DUCHATEAU --- core/gui/MainForm.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/gui/MainForm.cs b/core/gui/MainForm.cs index 8b2adea..075f2fd 100644 --- a/core/gui/MainForm.cs +++ b/core/gui/MainForm.cs @@ -1264,22 +1264,22 @@ private void hideAllProgressWindows_Click(object sender, EventArgs e) private void mnuForum_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://forum.doom9.org/forumdisplay.php?f=78"); + System.Diagnostics.Process.Start("https://forum.doom9.org/showthread.php?t=185399"); } private void mnuHome_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://sourceforge.net/projects/megui"); + System.Diagnostics.Process.Start("https://github.com/Kurtnoise-zeus/megui"); } private void mnuBugTracker_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://sourceforge.net/tracker/?group_id=156112&atid=798476"); + System.Diagnostics.Process.Start("https://github.com/Kurtnoise-zeus/megui/issues"); } private void mnuFeaturesReq_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://sourceforge.net/tracker/?group_id=156112&atid=798479"); + System.Diagnostics.Process.Start("https://github.com/Kurtnoise-zeus/megui/issues"); } private void mnuDoc_Click(object sender, EventArgs e)