From 8c46bc3a1d800e5586f3b7923a747e08c8dc3542 Mon Sep 17 00:00:00 2001 From: meows Date: Sat, 15 May 2021 06:11:03 -0500 Subject: [PATCH] docs/core: fixup! link path for JSONRPC docs Date: 2021-05-15 06:11:03-05:00 Signed-off-by: meows --- docs/core/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/index.md b/docs/core/index.md index c66d752c1448..2166ef926730 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -25,7 +25,7 @@ CoreGeth features a synthetic build/+runtime service discovery API, allowing you description of _all_ available methods, their parameters, and results. !!! tip "RPC Service Documentation" - For complete documentation of the available JSON RPC APIs, please see the [JSON RPC API page](/JSON-RPC-API/). + For complete documentation of the available JSON RPC APIs, please see the [JSON RPC API page](/core-geth/JSON-RPC-API/modules/eth). #### Additional methods and options