Skip to content

Commit b392f0d

Browse files
authored
Update Foundry documentation URLs from book.getfoundry.sh to getfoundry.sh (#525)
1 parent fbe5a3a commit b392f0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/learn/onchain-app-development/cross-chain/send-messages-and-tokens-from-base-chainlink.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ forge build
448448

449449
Before you can deploy your smart contract to the Base network, you will need to set up a wallet to be used as the deployer.
450450

451-
To do so, you can use the [`cast wallet import`](https://book.getfoundry.sh/reference/cast/cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
451+
To do so, you can use the [`cast wallet import`](https://getfoundry.sh/cast/reference/wallet/import/#cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
452452

453453
```bash
454454
cast wallet import deployer --interactive

docs/learn/onchain-app-development/finance/access-real-time-asset-data-pyth-price-feeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ forge build
159159

160160
Before you can deploy your smart contract to the Base network, you will need to set up a wallet to be used as the deployer.
161161

162-
To do so, you can use the [`cast wallet import`](https://book.getfoundry.sh/reference/cast/cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
162+
To do so, you can use the [`cast wallet import`](https://getfoundry.sh/cast/reference/wallet/import/#cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
163163

164164
```bash
165165
cast wallet import deployer --interactive

docs/learn/onchain-app-development/finance/access-real-world-data-chainlink.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ forge build
150150

151151
Before you can deploy your smart contract to the Base network, you will need to set up a wallet to be used as the deployer.
152152

153-
To do so, you can use the [`cast wallet import`](https://book.getfoundry.sh/reference/cast/cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
153+
To do so, you can use the [`cast wallet import`](https://getfoundry.sh/cast/reference/wallet/import/#cast-wallet-import) command to import the private key of the wallet into Foundry's securely encrypted keystore:
154154

155155
```bash
156156
cast wallet import deployer --interactive

0 commit comments

Comments
 (0)