From f4a85c1192eb17ee2c251a6c6b4f89e09f503db3 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Fri, 15 Nov 2024 12:54:36 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d836794d8..a4f53e34d 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][validator]. It performs some basic syntactic +First is the [OpenRPC validator](https://open-rpc.github.io/schema-utils-js/functions/validateOpenRPCDocument.html). It performs some basic syntactic checks on the generated specification. ```console From 45bf8223e5ff4a9fe2714716f52a67cbd5365fb0 Mon Sep 17 00:00:00 2001 From: lightclient Date: Tue, 19 Nov 2024 11:40:17 +0800 Subject: [PATCH 2/2] readme: move link to bib --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f53e34d..9c9d2b280 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