Replace fake link in config header

This commit is contained in:
Eric 2022-08-21 19:15:06 +02:00
parent cdadd23fc3
commit 2e1e395c7c

View File

@ -57,7 +57,7 @@ public class ConfigManager {
.add("# You can find item names in the 'item_names.txt' file.")
.add("")
.add("# The documentation for this config file can be found here:")
.add("# https://epiceric.de/shopchest/config")
.add("# https://github.com/EpicEricEE/ShopChest/wiki/Configuration")
.toString();
}