Fix broken Wiki-URL in CustomizableGui

The Wiki has moved/changed and is not redirecting properly sadly
This commit is contained in:
Christian Koop 2023-04-13 11:22:43 +02:00
parent 2730b91598
commit b9293079e0
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class CustomizableGui extends Gui {
"in this GUI.")
.setDefaultComment("overrides",
"For information on how to apply overrides please visit",
"https://wiki.songoda.com/Gui");
"https://wiki.craftaro.com/index.php/Gui");
config.saveChanges();
}