update client java download link

Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
marsishandsome 2021-09-17 16:50:48 +08:00
parent fda21b5bfd
commit 029a78b9b9
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ The following two examples use Java and Python respectively to show how to write
1. Download the JAR files using the following commands:
```bash
curl -o tikv-client-java.jar https://download.pingcap.org/tikv-client-java-3.2.0-SNAPSHOT.jar && \
curl -o tikv-client-java.jar https://github.com/tikv/client-java/releases/download/v3.2.0-rc/tikv-client-java-3.2.0-SNAPSHOT.jar -L && \
curl -o slf4j-api.jar https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar
```