Skip to content

Commit b77c3dd

Browse files
authored
chore: fixed dead link in docs (#682)
* fixed dead link in README.md * fixed dead link in quickstart.md
1 parent b050556 commit b77c3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ npm run graphql:validate
107107
This repository is licensed under [CC0](LICENSE).
108108

109109

110-
[playground]: https://ethereum.github.io/execution-apis/docs/reference/json-rpc-api
110+
[playground]: https://ethereum.github.io/execution-apis/api-documentation/
111111
[openrpc]: https://open-rpc.org
112112
[validator]: https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html
113113
[graphql-schema]: http://graphql-schema.ethdevops.io/?url=https://raw.githubusercontent.com/ethereum/execution-apis/main/graphql.json

docs/reference/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ npm run graphql:validate
107107
This repository is licensed under [CC0](LICENSE).
108108

109109

110-
[playground]: https://ethereum.github.io/execution-apis/docs/reference/json-rpc-api
110+
[playground]: https://ethereum.github.io/execution-apis/api-documentation/
111111
[openrpc]: https://open-rpc.org
112112
[validator]: https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html
113113
[graphql-schema]: http://graphql-schema.ethdevops.io/?url=https://raw.githubusercontent.com/ethereum/execution-apis/main/graphql.json

0 commit comments

Comments
 (0)