Skip to content

Commit 68389be

Browse files
committed
Update GitHub links
1 parent 3bd9d0a commit 68389be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Universal THCRAP Launcher/MainForm.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,14 @@ private void filterByType_button_Click(object sender, EventArgs e)
376376
private void exitTS_Click(object sender, EventArgs e) => Application.Exit();
377377

378378
private void bugReportTS_Click(object sender, EventArgs e) => Process.Start(
379-
"https://github.com/Tudi20/Universal-THCRAP-Launcher/issues/" +
379+
"https://github.com/thpatch/Universal-THCRAP-Launcher/issues/" +
380380
"new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D");
381381

382382
private void otherTS_Click(object sender, EventArgs e) =>
383-
Process.Start("https://github.com/Tudi20/Universal-THCRAP-Launcher/issues/new");
383+
Process.Start("https://github.com/thpatch/Universal-THCRAP-Launcher/issues/new");
384384

385385
private void gitHubPageTS_Click(object sender, EventArgs e) =>
386-
Process.Start("https://github.com/Tudi20/Universal-THCRAP-Launcher");
386+
Process.Start("https://github.com/thpatch/Universal-THCRAP-Launcher");
387387

388388
private void DonateToolStripMenuItem_Click(object sender, EventArgs e) => Process.Start("https://ko-fi.com/tudi20");
389389

0 commit comments

Comments
 (0)