From f5cc12a8fcbcb287eff5cabcd0d37dbbd30cc00b Mon Sep 17 00:00:00 2001 From: Pavan-8090 Date: Tue, 21 Oct 2025 14:01:32 +0530 Subject: [PATCH] Update Foundry documentation URLs from book.getfoundry.sh to getfoundry.sh --- .../send-messages-and-tokens-from-base-chainlink.mdx | 2 +- .../finance/access-real-time-asset-data-pyth-price-feeds.mdx | 2 +- .../finance/access-real-world-data-chainlink.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn/onchain-app-development/cross-chain/send-messages-and-tokens-from-base-chainlink.mdx b/docs/learn/onchain-app-development/cross-chain/send-messages-and-tokens-from-base-chainlink.mdx index d63bc1cc..2a688ff1 100644 --- a/docs/learn/onchain-app-development/cross-chain/send-messages-and-tokens-from-base-chainlink.mdx +++ b/docs/learn/onchain-app-development/cross-chain/send-messages-and-tokens-from-base-chainlink.mdx @@ -448,7 +448,7 @@ forge build 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. -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: +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: ```bash cast wallet import deployer --interactive diff --git a/docs/learn/onchain-app-development/finance/access-real-time-asset-data-pyth-price-feeds.mdx b/docs/learn/onchain-app-development/finance/access-real-time-asset-data-pyth-price-feeds.mdx index 6c746d40..5803bbc1 100644 --- a/docs/learn/onchain-app-development/finance/access-real-time-asset-data-pyth-price-feeds.mdx +++ b/docs/learn/onchain-app-development/finance/access-real-time-asset-data-pyth-price-feeds.mdx @@ -159,7 +159,7 @@ forge build 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. -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: +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: ```bash cast wallet import deployer --interactive diff --git a/docs/learn/onchain-app-development/finance/access-real-world-data-chainlink.mdx b/docs/learn/onchain-app-development/finance/access-real-world-data-chainlink.mdx index df942daa..8f018f94 100644 --- a/docs/learn/onchain-app-development/finance/access-real-world-data-chainlink.mdx +++ b/docs/learn/onchain-app-development/finance/access-real-world-data-chainlink.mdx @@ -150,7 +150,7 @@ forge build 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. -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: +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: ```bash cast wallet import deployer --interactive