From f9cdb15b23c60342dd6f97731382358d817287e3 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Tue, 19 Nov 2024 05:42:42 +0200 Subject: [PATCH] docs: readme (#602) * Update README.md * readme: move link to bib --------- Co-authored-by: lightclient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d836794d8..9c9d2b280 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ This repository is licensed under [CC0](LICENSE). [playground]: https://ethereum.github.io/execution-apis/api-documentation/ [openrpc]: https://open-rpc.org -[validator]: https://open-rpc.github.io/schema-utils-js/globals.html#validateopenrpcdocument +[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 [eip-1767]: https://eips.ethereum.org/EIPS/eip-1767 [making-changes]: docs/making-changes.md