Skip to content

Commit

Permalink
readme: move link to bib
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Nov 19, 2024
1 parent f4a85c1 commit 45bf822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 45bf822

Please sign in to comment.