From 7df6c0bf058488edfe9a92eb97160f6b14ed8530 Mon Sep 17 00:00:00 2001 From: cyjseagull Date: Tue, 14 Apr 2020 17:22:26 +0800 Subject: [PATCH] fix link of README and README_CN (#565) --- README.md | 10 +++++----- doc/README_CN.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 601793287..1afb1c698 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ Web3SDK provides the Java API for [FISCO-BCOS](https://github.com/FISCO-BCOS/FIS ## Features -- Implement [JSON-RPC](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html) of FISCO BCOS. -- Provide [precompiled contracts](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/smart_contract.html#precompiled-contract-development) to manage the blockchain. -- Implement [AMOP](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/amop_protocol.html)(Advanced Messages Onchain Protocol) to provide a secure and efficient message channel for the consortium blockchain. -- Provide [OSCCA-approved cryptography](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/guomi_crypto.html) to send transactions. +- Implement [JSON-RPC](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/api.html) of FISCO BCOS. +- Provide [precompiled contracts](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/manual/smart_contract.html#precompiled-contract-development) to manage the blockchain. +- Implement [AMOP](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/manual/amop_protocol.html)(Advanced Messages Onchain Protocol) to provide a secure and efficient message channel for the consortium blockchain. +- Provide [OSCCA-approved cryptography](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/manual/guomi_crypto.html) to send transactions. ## Compile **Environmental requirements**: -- [JDK8 or above](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/sdk.html#environment-requirements) +- [JDK8 or above](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk.html#environment-requirements) - Gradle 5.0 or above **Compile web3sdk using the following command**: diff --git a/doc/README_CN.md b/doc/README_CN.md index f8701c516..9300db98e 100644 --- a/doc/README_CN.md +++ b/doc/README_CN.md @@ -27,7 +27,7 @@ Web3SDK为[FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS/tree/master)提 ## 源码编译 **环境要求**: - - [JDK8及以上](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/sdk.html#id1) + - [JDK8及以上](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk.html#id1) - Gradle 5.0及以上 **编译运行如下命令**: @@ -42,8 +42,8 @@ web3sdk/dist/apps/web3sdk.jar ``` ## 文档 -- [**英文**](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/sdk.html) -- [**中文**](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/sdk.html) +- [**英文**](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk.html) +- [**中文**](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk.html) ## 快速入门