Skip to content

Commit

Permalink
update doc link (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pana authored Sep 9, 2024
1 parent 803ad65 commit 6bede27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6bede27

Please sign in to comment.