From 161b239d028236d11b06e5bdbff845ad08269dc3 Mon Sep 17 00:00:00 2001 From: Tri-stone Date: Tue, 3 Jun 2025 15:08:57 +0800 Subject: [PATCH] [R4R] typo: Update index.md to fix Execution API webpage URL --- public/content/developers/docs/apis/json-rpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/apis/json-rpc/index.md b/public/content/developers/docs/apis/json-rpc/index.md index 73dac1fc31f..3b4af3c7e3d 100755 --- a/public/content/developers/docs/apis/json-rpc/index.md +++ b/public/content/developers/docs/apis/json-rpc/index.md @@ -26,7 +26,7 @@ An internal API is also used for inter-client communication within a node - that ## Execution client spec {#spec} -[Read the full JSON-RPC API spec on GitHub](https://github.com/ethereum/execution-apis). This API is documented on the [Execution API webpage](https://ethereum.github.io/execution-apis/api-documentation/) and includes an Inspector to try out all the available methods. +[Read the full JSON-RPC API spec on GitHub](https://github.com/ethereum/execution-apis). This API is documented on the [Execution API webpage](https://ethereum.github.io/execution-apis/) and includes an Inspector to try out all the available methods. ## Conventions {#conventions}