From b4e38fcdac051acdbe706413546f423111daced4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:30:53 +0200 Subject: [PATCH] fix broken link --- docs/interacting-with-geth/rpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting-with-geth/rpc/index.md b/docs/interacting-with-geth/rpc/index.md index 38834fead1..486e9e11cd 100644 --- a/docs/interacting-with-geth/rpc/index.md +++ b/docs/interacting-with-geth/rpc/index.md @@ -117,7 +117,7 @@ As a general rule IPC is most secure because it is limited to interactions on th The Engine-API is a set of RPC methods that enable communication between Geth and the [consensus client](/docs/getting-started/consensus-clients). These are not designed to be exposed to the user - instead they are called automatically by the clients when they need to exchange information. The Engine API is enabled by default - the user is not required to pass any instruction to Geth to enable these methods. -Read more in the [Engine API spec](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md). +Read more in the [Engine API spec](https://github.com/ethereum/execution-apis/blob/main/src/engine). ## Summary {#summary}