Skip to content

Commit a582081

Browse files
authored
fix dead link (#159)
1 parent 5c1a013 commit a582081

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,17 @@ This java sdk is a code refactoring version base on web3sdk (not recommend to us
3232
* Use modular design, each module can use independently. For example, you can create crypto.jar file if only crypto module is needed.
3333

3434
## Documentation
35-
* [English User Handbook](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
36-
* [Chinese User Handbook](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
35+
* [English User Manual](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
36+
* [Chinese User Manual](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html)
3737
* [Chinese WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
3838

3939
## Quick Start
40-
* [English](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/quick_start.html)
4140
* [Chinese](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/quick_start.html)
4241

4342
## Join Our Community
4443

4544
The FISCO BCOS community is one of the most active open-source blockchain communities in China. It provides long-term technical support for both institutional and individual developers and users of FISCO BCOS. Thousands of technical enthusiasts from numerous industry sectors have joined this community, studying and using FISCO BCOS platform. If you are also interested, you are most welcome to join us for more support and fun.
4645

47-
![](https://media.githubusercontent.com/media/FISCO-BCOS/LargeFiles/master/images/QR_image_en.png)
48-
49-
5046
## License
5147
![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)
5248

docs/README_CN.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
* 添加群组管理模块,帮助应用管理多个群组中节点连接。
3232
* 使用模块化设计,便于组装再造。
3333

34+
## 文档
35+
* [英文版用户手册](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
36+
* [中文版用户手册](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html)
37+
* [WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
38+
39+
3440
## 贡献代码
3541
欢迎参与FISCO BCOS的社区建设:
3642
- 点亮我们的小星星(点击项目左上方Star按钮)。
@@ -41,10 +47,6 @@
4147

4248
FISCO BCOS开源社区是国内活跃的开源社区,社区长期为机构和个人开发者提供各类支持与帮助。已有来自各行业的数千名技术爱好者在研究和使用FISCO BCOS。如您对FISCO BCOS开源技术及应用感兴趣,欢迎加入社区获得更多支持与帮助。
4349

44-
45-
![](https://media.githubusercontent.com/media/FISCO-BCOS/LargeFiles/master/images/QR_image.png)
46-
47-
4850
## License
4951

5052
![license](https://img.shields.io/badge/license-Apache%20v2-blue.svg)

0 commit comments

Comments
 (0)