File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
PC_Launcher/src/main/java/launcher/listeners Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments