From baf70f1434a7a7a36ba74f3180d6a3522da00e17 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 29 Jun 2025 11:11:42 +0300 Subject: [PATCH] Fix broken link to Ethereum Execution JSON-RPC API documentation --- portal/docs/the_fluffy_book/docs/quick-start-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/docs/the_fluffy_book/docs/quick-start-docker.md b/portal/docs/the_fluffy_book/docs/quick-start-docker.md index c49b5843d8..4c1c153e24 100644 --- a/portal/docs/the_fluffy_book/docs/quick-start-docker.md +++ b/portal/docs/the_fluffy_book/docs/quick-start-docker.md @@ -22,7 +22,7 @@ docker container run -p 8545:8545 statusim/nimbus-portal-client:amd64-master-lat ### Try requesting an execution layer block from the network -Requesting history content on the Portal network can be easily tested by using the `eth_getBlockByHash` JSON-RPC from the [execution JSON-RPC API](https://ethereum.github.io/execution-apis/api-documentation/). +Requesting history content on the Portal network can be easily tested by using the `eth_getBlockByHash` JSON-RPC from the [execution JSON-RPC API](https://ethereum.github.io/execution-apis/). ```bash # Get the hash of a block from your favorite block explorer, e.g.: