From 8b342f3169b6b9a85e35ee6f3383105a169294d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Fri, 24 Apr 2020 19:32:31 +0200 Subject: [PATCH] Updated API Documentation (markdown) --- API-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Documentation.md b/API-Documentation.md index c5a7025..5d65fb9 100644 --- a/API-Documentation.md +++ b/API-Documentation.md @@ -34,7 +34,7 @@ If you need to access the Bukkit module of PlotSquared, you need to add `PlotSqu ```gradle repositories { maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit - maven { url = "https://plotsquared.com/mvn/" } // PlotSquared + maven { url = "https://mvn.intellectualsites.com/content/groups/public/" } // PlotSquared } // PlotSquared API