diff --git a/README.md b/README.md index 6d1c04c..7f300ad 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -### Wiki: https://github.com/Angeschossen/LandsAPI/wiki +### Wiki: https://github.com/IncrediblePlugins/LandsAPI/wiki diff --git a/src/main/java/me/angeschossen/lands/api/flags/Flag.java b/src/main/java/me/angeschossen/lands/api/flags/Flag.java index 0c95fce..7ad1631 100644 --- a/src/main/java/me/angeschossen/lands/api/flags/Flag.java +++ b/src/main/java/me/angeschossen/lands/api/flags/Flag.java @@ -51,7 +51,7 @@ public Flag(@NotNull Plugin plugin, @NotNull Flag.Target target, @NotNull String this.plugin = plugin; if (!plugin.equals(APIHandler.getInstance().getPlugin())) { - Bukkit.getLogger().warning("[Lands] Plugin " + plugin.getName() + " uses a deprecated flag of Lands: https://github.com/Angeschossen/LandsAPI/wiki/API-Update"); + Bukkit.getLogger().warning("[Lands] Plugin " + plugin.getName() + " uses a deprecated flag of Lands: https://github.com/IncrediblePlugins/LandsAPI/wiki/API-Update"); } } diff --git a/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java b/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java index 71cfcb3..69f03b4 100644 --- a/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java +++ b/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java @@ -68,7 +68,7 @@ public LandsIntegration(@NotNull Plugin plugin) { throw new IllegalStateException("[Lands] Lands isn't enabled yet. Plugin " + getName() + " needs to be enabled after Lands.", e); } - Bukkit.getLogger().info("[Lands] Nag author(s) of plugin " + plugin.getName() + ". It uses the deprecated LandsIntegration of Lands: https://github.com/Angeschossen/LandsAPI/wiki/API-Update"); + Bukkit.getLogger().info("[Lands] Nag author(s) of plugin " + plugin.getName() + ". It uses the deprecated LandsIntegration of Lands: https://github.com/IncrediblePlugins/LandsAPI/wiki/API-Update"); }); }