From 552ee3cd293e211bec380e7965dc1a225cc9e85b Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:39:26 +0300 Subject: [PATCH 1/2] fixed dead link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df75f39b7..3bdf192be 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ $ npm run graphql:validate This repository is licensed under [CC0](LICENSE). -[playground]: https://ethereum.github.io/execution-apis/docs/reference/json-rpc-api +[playground]: https://ethereum.github.io/execution-apis/api-documentation/ [openrpc]: https://open-rpc.org [validator]: https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html [graphql-schema]: http://graphql-schema.ethdevops.io/?url=https://raw.githubusercontent.com/ethereum/execution-apis/main/graphql.json From a7223626e979f35f3e3fec08ec83a6479de61ac5 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:39:58 +0300 Subject: [PATCH 2/2] fixed dead link in quickstart.md --- docs/reference/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/quickstart.md b/docs/reference/quickstart.md index df75f39b7..3bdf192be 100644 --- a/docs/reference/quickstart.md +++ b/docs/reference/quickstart.md @@ -107,7 +107,7 @@ $ npm run graphql:validate This repository is licensed under [CC0](LICENSE). -[playground]: https://ethereum.github.io/execution-apis/docs/reference/json-rpc-api +[playground]: https://ethereum.github.io/execution-apis/api-documentation/ [openrpc]: https://open-rpc.org [validator]: https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html [graphql-schema]: http://graphql-schema.ethdevops.io/?url=https://raw.githubusercontent.com/ethereum/execution-apis/main/graphql.json