From a03bb3f506380383da97a46b6fbf33b932385595 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Mon, 19 May 2025 21:32:06 +0300 Subject: [PATCH] docs: update broken JSON-RPC API documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ccfe933aa..78a56baece 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ accessible from the outside. As a developer, sooner rather than later you'll want to start interacting with `geth` and the Ethereum network via your own programs and not manually through the console. To aid -this, `geth` has built-in support for a JSON-RPC based APIs ([standard APIs](https://ethereum.github.io/execution-apis/api-documentation/) +this, `geth` has built-in support for a JSON-RPC based APIs ([standard APIs](https://ethereum.org/en/developers/docs/apis/json-rpc/) and [`geth` specific APIs](https://geth.ethereum.org/docs/interacting-with-geth/rpc)). These can be exposed via HTTP, WebSockets and IPC (UNIX sockets on UNIX based platforms, and named pipes on Windows).