From 5a3e585883bb9f341a5834742c54af9dff4a7550 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sat, 25 Dec 2021 15:38:07 +0100 Subject: [PATCH] Fix #2467 --- .../fr/xephi/authme/settings/properties/ProtectionSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java index 6f5730842..f8b891d08 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java @@ -23,7 +23,7 @@ public final class ProtectionSettings implements SettingsHolder { @Comment({"The MaxMind clientId used to download the GeoIp database,", "get one at https://www.maxmind.com/en/accounts/current/license-key", "The EssentialsX project has a very useful tutorial on how to generate", - "the license key: https://essentialsx.cf/wiki/GeoIP.html"}) + "the license key: https://github.com/EssentialsX/Wiki/blob/master/GeoIP.md"}) public static final Property MAXMIND_API_CLIENT_ID = newProperty("Protection.geoIpDatabase.clientId", "");