From e7c1553392fd8199a10a52f98725edaf3341e100 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Mon, 28 Oct 2019 22:02:22 +0100 Subject: [PATCH] Fixed javadocs link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8c6d63bd..75422e293 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ And there are plenty of other official or community-made Addons you can try and ## Documentation * [Installation guide](https://github.com/BentoBoxWorld/bentobox/wiki/Install-Bentobox) -* [Javadocs](https://ci.codemc.org/job/BentoBoxWorld/job/BentoBox/javadoc/) +* [Javadocs](https://ci.codemc.io/job/BentoBoxWorld/job/BentoBox/ws/target/apidocs/index.html) * [Wiki](https://github.com/BentoBoxWorld/BentoBox/wiki) ## Downloads @@ -118,4 +118,4 @@ repositories { dependencies { compileOnly 'world.bentobox:bentobox:PUT-VERSION-HERE' } -``` \ No newline at end of file +```