From 751649a63bdd8d2a94fac8bb267e69b633c87f74 Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Thu, 10 Feb 2022 14:59:06 +0800 Subject: [PATCH 1/3] update maven site info in README.md Signed-off-by: iosmanthus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a568e5cdf40..9c5e1ab5954 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ 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) including [API reference](https://tikv.github.io/client-java/site/xref/index.html) is also available. ## Community From 04156db942a58a817ccb571ec1d1491d07dadedf Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Thu, 10 Feb 2022 15:02:17 +0800 Subject: [PATCH 2/3] add spotbugs page Signed-off-by: iosmanthus --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c5e1ab5954..4c14db0576f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ 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. -A [Maven site](https://tikv.github.io/client-java/site) including [API reference](https://tikv.github.io/client-java/site/xref/index.html) 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/xref/index.html) +2. [Spotbugs Reports](https://tikv.github.io/client-java/site/spotbugs.html) ## Community From 3799521645b14ec955a32ba70d7503834f8c0ab2 Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Fri, 11 Feb 2022 15:42:37 +0800 Subject: [PATCH 3/3] update link Signed-off-by: iosmanthus --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c14db0576f..067a9e78049 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,9 @@ 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. 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/xref/index.html) +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