Skip to content

Commit 417220c

Browse files
committed
Updated launcher links
1 parent 8481c34 commit 417220c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PC_Launcher/src/main/java/launcher/listeners/ButtonListener.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void actionPerformed(final ActionEvent event) {
7979

8080
case "bugs":
8181
case "cockroach": { // bug report
82-
Utils.openWebpage("https://gitlab.com/open-runescape-classic/core/-/issues");
82+
Utils.openWebpage("https://gitlab.com/openrsc/openrsc/-/issues");
8383
return;
8484
}
8585
case "chat":
@@ -284,12 +284,12 @@ public void actionPerformed(final ActionEvent event) {
284284
}
285285

286286
case "openrsc-large": {
287-
Utils.openWebpage("https://gitlab.com/open-runescape-classic/core/-/tree/develop/Client_Base");
287+
Utils.openWebpage("https://gitlab.com/openrsc/openrsc/-/tree/develop/Client_Base");
288288
return;
289289
}
290290

291291
case "aposbot-large": {
292-
Utils.openWebpage("https://gitlab.com/open-runescape-classic/APOS");
292+
Utils.openWebpage("https://gitlab.com/openrsc/APOS");
293293
return;
294294
}
295295

@@ -299,7 +299,7 @@ public void actionPerformed(final ActionEvent event) {
299299
}
300300

301301
case "idlersc-large": {
302-
Utils.openWebpage("https://gitlab.com/open-runescape-classic/idlersc");
302+
Utils.openWebpage("https://gitlab.com/openrsc/idlersc");
303303
return;
304304
}
305305

0 commit comments

Comments
 (0)