diff --git a/README.md b/README.md index a4f53e34..9c9d2b28 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ will have all schema `#ref`s resolved. There are several mechanisms for testing specification contributions and client conformance. -First is the [OpenRPC validator](https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html). It performs some basic syntactic +First is the [OpenRPC validator][validator]. It performs some basic syntactic checks on the generated specification. ```console @@ -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