Fixed link to Javadocs (#31)

Yannick Schinko 2019-12-13 12:07:52 +01:00 committed by Luck
parent ae24c837ef
commit 4a1413ee59

@ -9,7 +9,7 @@ The API uses [Semantic Versioning](https://semver.org/), meaning whenever a non-
The current API release is `5.0`.
* The API package in LuckPerms is `net.luckperms.api`.
* JavaDocs are available either in [a standard JavaDoc layout](https://javadoc.io/doc/me.lucko.luckperms/luckperms-api/), or within the API [source code](https://github.com/lucko/LuckPerms/tree/master/api/src/main/java/net/luckperms/api).
* JavaDocs are available either in [a standard JavaDoc layout](https://javadoc.io/doc/net.luckperms/api/), or within the API [source code](https://github.com/lucko/LuckPerms/tree/master/api/src/main/java/net/luckperms/api).
#### Changelogs