From a73b66e90373fc5be2d099b9c48c43fedae7a7e1 Mon Sep 17 00:00:00 2001 From: Sam Kim Date: Mon, 12 Feb 2024 12:31:22 -0800 Subject: [PATCH] Update README.md with javadoc link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2eac40e..0984faf9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Supported client API versions: You can find more info on each API on the [SpiceDB API reference documentation]. Additionally, Protobuf API documentation can be found on the [Buf Registry SpiceDB API repository]. +Documentation for the latest Java client release is available as [Javadoc]. See [CONTRIBUTING.md] for instructions on how to contribute and perform common tasks like building the project and running tests. @@ -25,6 +26,7 @@ See [CONTRIBUTING.md] for instructions on how to contribute and perform common t [SpiceDB API Reference documentation]: https://authzed.com/docs/reference/api [Buf Registry SpiceDB API repository]: https://buf.build/authzed/api/docs/main [CONTRIBUTING.md]: CONTRIBUTING.md +[Javadoc]: https://authzed.github.io/authzed-java/index.html ## Getting Started