From 7867d44972e802cb705814724f87e4dccfd7db03 Mon Sep 17 00:00:00 2001 From: rahulkumar Date: Mon, 1 Jul 2024 22:48:59 +0530 Subject: [PATCH] Added a link to the javadocs. --- avs-client-java/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avs-client-java/README.md b/avs-client-java/README.md index 07f2d97..e8b3a57 100644 --- a/avs-client-java/README.md +++ b/avs-client-java/README.md @@ -66,5 +66,6 @@ Necessary `pom.xml` configuration for the project: - `testVectorSearchAsync()`: Executes the vector search tests and computes recall metrics. -Please refer to the client javadocs for +### Javadocs +Please refer to the [javadocs](https://javadoc.io/doc/com.aerospike/avs-client-java/latest/index.html) for more details.