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.