From 7f65fc642e9d60d215407859c9dd2649dfd4df0b Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Sun, 13 Feb 2022 10:55:37 +0800 Subject: [PATCH] [to #426] update maven site info in README.md (#504) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a568e5cdf4..067a9e7804 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ Find more demo in [KVRawClientTest](https://github.com/birdstorm/KVRawClientTest See [Java Client Documents](/docs/README.md) for references about how to config and monitor Java Client. -An [API reference](https://tikv.github.io/client-java/apidocs) is also available. +A [Maven site](https://tikv.github.io/client-java/site) is also available. It includes: +1. [API reference](https://tikv.github.io/client-java/site/apidocs/index.html) +2. [Spotbugs Reports](https://tikv.github.io/client-java/site/spotbugs.html) +3. [Source Code Xref](https://tikv.github.io/client-java/site/xref/index.html) ## Community