From 5848877734ab162183da03879750380c5e0789b5 Mon Sep 17 00:00:00 2001 From: Mitch Wagner Date: Mon, 31 Aug 2020 19:29:43 -0400 Subject: [PATCH] fix: referenced filename --- 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 055bd7104..9760e2f32 100644 --- a/documentation/en/api.md +++ b/documentation/en/api.md @@ -26,7 +26,7 @@ The necessary permissions for each are in [api/struct.go](https://github.com/fil ## How do I make an API request? -To demonstrate making an API request, we will take the method `ChainHead` from [api/api.go](https://github.com/filecoin-project/lotus/blob/master/api/api_full.go). +To demonstrate making an API request, we will take the method `ChainHead` from [api/api_full.go](https://github.com/filecoin-project/lotus/blob/master/api/api_full.go). ```go ChainHead(context.Context) (*types.TipSet, error)