Skip to content

Commit c86d7b8

Browse files
committed
updated the Bountysource link
1 parent 639cf85 commit c86d7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenRA.Editor/Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ void IssueTrackerToolStripMenuItemClick(object sender, EventArgs e)
599599

600600
void DeveloperBountiesToolStripMenuItemClick(object sender, EventArgs e)
601601
{
602-
System.Diagnostics.Process.Start("https://www.bountysource.com/#repos/OpenRA/OpenRA");
602+
System.Diagnostics.Process.Start("https://www.bountysource.com/trackers/36085-openra");
603603
}
604604

605605
void SourceCodeToolStripMenuItemClick(object sender, EventArgs e)
@@ -755,4 +755,4 @@ void EraserToolStripButtonClick(object sender, System.EventArgs e)
755755
surface1.IsErasing = eraserToolStripButton.Checked;
756756
}
757757
}
758-
}
758+
}

0 commit comments

Comments
 (0)