Add a link to the Java docs

This commit is contained in:
SquidDev 2020-11-12 19:12:03 +00:00
parent ab39cb849d
commit 9f57e77ed3
1 changed files with 3 additions and 0 deletions

View File

@ -67,3 +67,6 @@ ## Using
You should also be careful to only use classes within the `dan200.computercraft.api` package. Non-API classes are
subject to change at any point. If you depend on functionality outside the API, file an issue, and we can look into
exposing more features.
We bundle the API sources with the jar, so documentation should be easily viewable within your editor. Alternatively,
the generated documentation [can be browsed online](https://tweaked.cc/javadoc/).