From cd274fd032cf3a09a4cc9f882644d6d850ee48c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Mon, 5 Oct 2020 17:45:33 +0200 Subject: [PATCH] :books: Add JavaDoc link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cfb2f8f..89008292 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ The code is based on a (W.I.P) paper that can be found [here](https://github.com - **cloud-minecraft/cloud-cloudburst**: Cloudburst v1.0.0+ implementation of cloud ## links - + +- JavaDoc: https://javadoc.commandframework.cloud/ - Discord: https://discord.gg/KxkjDVg ## develop & build @@ -155,13 +156,13 @@ with conflicting dependencies: **gradle**: ```groovy repositories { - maven { url = 'https://mvn.intellectualsites.com/content/repositories/snapshots' } + maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } } ``` ```groovy dependencies { - implementation 'cloud.commandframework:cloud-PLATFORM:0.2.0-SNAPSHOT' + implementation 'cloud.commandframework:cloud-PLATFORM:1.0.0-SNAPSHOT' } ```