From 43c887f2b6c8229a95267b09cac81381c0407109 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Fri, 29 May 2020 12:35:21 -0400 Subject: [PATCH] Fix broken link --- documentation/en/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/api.md b/documentation/en/api.md index 415116071..ed42ec325 100644 --- a/documentation/en/api.md +++ b/documentation/en/api.md @@ -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?