From 18a3233528e49f6b33856bf32c6a42b41fc7e449 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 1 Feb 2020 23:03:55 +0100 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index c6f11ae..c2edb31 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -19,8 +19,8 @@ If you need to access the bukkit module of PlotSquared, you need to add `plotsqu - sk89q - http://maven.sk89q.com/repo/ + enginehub + https://maven.enginehub.org/repo/ @@ -60,8 +60,8 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu - sk89q - http://maven.sk89q.com/repo/ + enginehub + https://maven.enginehub.org/repo/ @@ -76,9 +76,9 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu ```gradle // PlotSquared repository repositories { - maven { url = "http://ci.athion.net/job/PlotSquared-Releases/ws/mvn/" } + maven { url = "https://ci.athion.net/job/PlotSquared-Releases/ws/mvn/" } maven { url = "https://jitpack.io" } // Jenkins4J - maven { url = "http://maven.sk89q.com/repo/" } // WorldEdit + maven { url = "https://maven.enginehub.org/repo/" } // WorldEdit } // PlotSquared API