From a1d8267855b43c8d6eb0e0e6fe2b511ac5cf55ab Mon Sep 17 00:00:00 2001 From: Romashka Date: Fri, 7 Feb 2025 18:58:18 +0200 Subject: [PATCH] fix-Update json-rpc.mdx --- pages/operators/node-operators/json-rpc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/operators/node-operators/json-rpc.mdx b/pages/operators/node-operators/json-rpc.mdx index 8131d9a9b..e6363efb4 100644 --- a/pages/operators/node-operators/json-rpc.mdx +++ b/pages/operators/node-operators/json-rpc.mdx @@ -995,5 +995,5 @@ todo: add Sample success output `op-geth` implements the Execution-Layer, with minimal changes for a secure Ethereum-equivalent application environment. -The execution engine's RPC interface is identical to [the upstream Geth RPC interface](https://geth.ethereum.org/docs/rpc/server). The responses are nearly identical too, except we also include the L1 gas usage and price information. +The execution engine's RPC interface is identical to [the upstream Geth RPC interface](https://geth.ethereum.org/docs/interacting-with-geth/rpc). The responses are nearly identical too, except we also include the L1 gas usage and price information.