Skip to content

Commit d257c92

Browse files
Fix broken Ethereum execution API documentation links (#2695)
Co-authored-by: gfletcher-cll <[email protected]>
1 parent 4c6d6c0 commit d257c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/resources/network-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Chainlink nodes use RPCs to communicate with the chain and perform soak testing.
6464

6565
The chain must support the [Ethereum JSON-RPC Specification](https://ethereum.org/en/developers/docs/apis/json-rpc). Chainlink services use several methods to operate on the chain and require a specific response format to those calls in line with the JSON RPC standard of Ethereum. If a response does not match this required format, the call fails and the Chainlink node will stop functioning properly.
6666

67-
The following methods are specifically required and must follow the [Ethereum RPC API specification](https://ethereum.github.io/execution-apis/api-documentation/):
67+
The following methods are specifically required and must follow the [Ethereum RPC API specification](https://ethereum.github.io/execution-apis/):
6868

6969
- [GetCode](https://ethereum.org/en/developers/docs/apis/json-rpc#eth_getcode)
7070
- [Call](https://ethereum.org/en/developers/docs/apis/json-rpc#eth_call)
@@ -83,7 +83,7 @@ The following methods are specifically required and must follow the [Ethereum RP
8383
- [GetBlockByNumber](https://ethereum.org/en/developers/docs/apis/json-rpc#eth_getblockbynumber)
8484
- [GetBlockByHash](https://ethereum.org/en/developers/docs/apis/json-rpc#eth_getblockbyhash)
8585

86-
The above RPC methods must have the expected request and response params with expected data types and values as described in the [Execution-api spec](https://github.com/ethereum/execution-apis/tree/main/tests) and [Ethereum RPC API Spec](https://ethereum.github.io/execution-apis/api-documentation/).
86+
The above RPC methods must have the expected request and response params with expected data types and values as described in the [Execution-api spec](https://github.com/ethereum/execution-apis/tree/main/tests) and [Ethereum RPC API Spec](https://ethereum.github.io/execution-apis/).
8787

8888
The network must also support the following items:
8989

0 commit comments

Comments
 (0)