Merge pull request #1872 from filecoin-project/asr/docs

Fix broken link
This commit is contained in:
Łukasz Magiera 2020-05-29 18:44:00 +02:00 committed by GitHub
commit e954cc0d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Here is an early overview of how to make API calls.
Implementation details for the **JSON-RPC** package are [here](https://github.com/filecoin-project/lotus/tree/master/lib/jsonrpc).
Implementation details for the **JSON-RPC** package are [here](https://github.com/filecoin-project/go-jsonrpc).
## Overview: How do you modify the config.toml to change the API endpoint?