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