From 82312bc5c8598078b4444142fd026390fa470b07 Mon Sep 17 00:00:00 2001 From: Pana Date: Mon, 9 Sep 2024 10:41:01 +0800 Subject: [PATCH] update doc link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ac9742..b0086cc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For the Conflux eSpace JS SDK, consider using one of the following robust librar ## Docs -* [js-conflux-sdk documentation](https://docs.confluxnetwork.org/js-conflux-sdk) +* [js-conflux-sdk documentation](https://confluxnetwork.gitbook.io/js-conflux-sdk) * [SDK API doc](./docs/api/README.md) * [Examples](./example/README.md) * [Community examples](https://github.com/conflux-fans/js-sdk-example) @@ -132,7 +132,7 @@ async function main() { main().catch(console.error); ``` -For more guides and examples, please refer to the [SDK documentation](https://docs.confluxnetwork.org/js-conflux-sdk). +For more guides and examples, please refer to the [SDK documentation](https://confluxnetwork.gitbook.io/js-conflux-sdk). ## Address conversion performance