Skip to content

Commit 677ec0d

Browse files
committed
Update links
1 parent 74b61d7 commit 677ec0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/interacting/json-rpc-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Engine API uses JWT authentication and requires a JWT secret. By default, Ne
6060
As per the JSON-RPC 2.0 specification, Nethermind supports batch requests. Specifics depend on the JSON-RPC client used.
6161
:::
6262

63-
Multiple options are available for JSON-RPC interaction from generic utilities like [curl](https://curl.se) and [Postman](https://www.postman.com) for raw requests to tailored tools like [Cast](https://book.getfoundry.sh/cast), to dedicated libraries such as [Ethers.js](https://ethers.org) and [Viem](https://viem.sh), to name a few.
63+
Multiple options are available for JSON-RPC interaction from generic utilities like [curl](https://curl.se) and [Postman](https://www.postman.com) for raw requests to tailored tools like [Cast](https://getfoundry.sh/cast/overview), to dedicated libraries such as [Ethers.js](https://ethers.org) and [Viem](https://viem.sh), to name a few.
6464

6565
The following examples demonstrate how to make JSON-RPC requests with some of the abovementioned options.
6666

@@ -88,7 +88,7 @@ cast rpc --rpc-url http://localhost:8545 eth_getBlockByNumber latest true
8888
cast block latest --rpc-url http://localhost:8545
8989
```
9090

91-
For more information, see [Cast documentation](https://book.getfoundry.sh/reference/cast/).
91+
For more information, see [Cast documentation](https://getfoundry.sh/cast/reference/cast).
9292

9393
</TabItem>
9494
<TabItem value="ethers" label="Ethers.js">

versioned_docs/version-1.36.0/interacting/json-rpc-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Engine API uses JWT authentication and requires a JWT secret. By default, Ne
6060
As per the JSON-RPC 2.0 specification, Nethermind supports batch requests. Specifics depend on the JSON-RPC client used.
6161
:::
6262

63-
Multiple options are available for JSON-RPC interaction from generic utilities like [curl](https://curl.se) and [Postman](https://www.postman.com) for raw requests to tailored tools like [Cast](https://book.getfoundry.sh/cast), to dedicated libraries such as [Ethers.js](https://ethers.org) and [Viem](https://viem.sh), to name a few.
63+
Multiple options are available for JSON-RPC interaction from generic utilities like [curl](https://curl.se) and [Postman](https://www.postman.com) for raw requests to tailored tools like [Cast](https://getfoundry.sh/cast/overview), to dedicated libraries such as [Ethers.js](https://ethers.org) and [Viem](https://viem.sh), to name a few.
6464

6565
The following examples demonstrate how to make JSON-RPC requests with some of the abovementioned options.
6666

@@ -88,7 +88,7 @@ cast rpc --rpc-url http://localhost:8545 eth_getBlockByNumber latest true
8888
cast block latest --rpc-url http://localhost:8545
8989
```
9090

91-
For more information, see [Cast documentation](https://book.getfoundry.sh/reference/cast/).
91+
For more information, see [Cast documentation](https://getfoundry.sh/cast/reference/cast).
9292

9393
</TabItem>
9494
<TabItem value="ethers" label="Ethers.js">

0 commit comments

Comments
 (0)