diff --git a/docs/base-chain/quickstart/deploy-on-base.mdx b/docs/base-chain/quickstart/deploy-on-base.mdx index af591acd6..7976d0188 100644 --- a/docs/base-chain/quickstart/deploy-on-base.mdx +++ b/docs/base-chain/quickstart/deploy-on-base.mdx @@ -168,6 +168,4 @@ This will return the initial value of the Counter contract's `number` storage va ## Next Steps - Use [wagmi](https://wagmi.sh) or [viem](https://viem.sh) to connect your frontend to your contracts. -- Learn more about interacting with your contracts in the command line using Foundry from our [Foundry tutorial](/learn/foundry/deploy-with-foundry). - - +- Learn more about interacting with your contracts in the command line using [Foundry Book](https://book.getfoundry.sh/). diff --git a/docs/get-started/deploy-smart-contracts.mdx b/docs/get-started/deploy-smart-contracts.mdx index 892345cd0..46f6c42aa 100644 --- a/docs/get-started/deploy-smart-contracts.mdx +++ b/docs/get-started/deploy-smart-contracts.mdx @@ -140,4 +140,4 @@ This will return the initial value of the Counter contract's `number` storage va ## Next Steps - Use [wagmi](https://wagmi.sh) or [viem](https://viem.sh) to connect your frontend to your contracts. -- Learn more about interacting with your contracts in the command line using Foundry from our [Foundry tutorial](/learn/foundry/deploy-with-foundry). +- Learn more about interacting with your contracts in the command line using [Foundry Book](https://book.getfoundry.sh/).