Skip to content

Commit

Permalink
Add javadoc link for the client (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah authored Apr 13, 2023
1 parent d358a5a commit 7a80b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Please see the [USER_GUIDE](USER_GUIDE.md) for code snippets.

* [Project Website](https://opensearch.org/)
* [Documentation](https://opensearch.org/docs/latest/clients/java/)
* [JavaDoc](https://www.javadoc.io/doc/org.opensearch.client/opensearch-java/latest/index.html)
* [Maven Central](https://search.maven.org/artifact/org.opensearch.client/opensearch-java)
* [Snapshot Builds](https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/client/opensearch-java/)
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/)
Expand Down
6 changes: 3 additions & 3 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
- [Create a data stream](#create-a-data-stream)
- [Get data stream](#get-data-stream)
- [Data stream stats](#data-stream-stats)
- [Delete data stream](#delete-data-stream-and-backing-indices)
- [Delete data stream and backing indices](#delete-data-stream-and-backing-indices)
- [Cat API](#cat-api)
- [Cat Indices](#cat-indices)
- [Cat Aliases](#cat-aliases)
- [Cat Nodes](#cat-nodes)
- [Cat aliases](#cat-aliases)
- [Cat nodes](#cat-nodes)
- [Using different transport options](#using-different-transport-options)
- [Amazon Managed OpenSearch](#amazon-managed-opensearch)

Expand Down

0 comments on commit 7a80b89

Please sign in to comment.