Skip to content

Commit

Permalink
Updated url links.
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel DUCHATEAU <[email protected]>
  • Loading branch information
Kurtnoise-zeus committed Dec 15, 2024
1 parent 1f5b5b4 commit e855f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/gui/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e855f5a

Please sign in to comment.