Skip to content

Commit 24771fd

Browse files
authored
README: update broken JSON-RPC API documentation link (#31860)
I've updated the broken link to point to the current official Ethereum JSON-RPC API documentation at https://ethereum.org/en/developers/docs/apis/json-rpc/. This is the correct and up-to-date location for the Ethereum Execution Layer APIs documentation. The link should now work properly.
1 parent a67ea0c commit 24771fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ accessible from the outside.
162162

163163
As a developer, sooner rather than later you'll want to start interacting with `geth` and the
164164
Ethereum network via your own programs and not manually through the console. To aid
165-
this, `geth` has built-in support for a JSON-RPC based APIs ([standard APIs](https://ethereum.github.io/execution-apis/api-documentation/)
165+
this, `geth` has built-in support for a JSON-RPC based APIs ([standard APIs](https://ethereum.org/en/developers/docs/apis/json-rpc/)
166166
and [`geth` specific APIs](https://geth.ethereum.org/docs/interacting-with-geth/rpc)).
167167
These can be exposed via HTTP, WebSockets and IPC (UNIX sockets on UNIX based
168168
platforms, and named pipes on Windows).

0 commit comments

Comments
 (0)