From ac70dee5a7bd4e15754f7131d61205dc4e0c1c1e Mon Sep 17 00:00:00 2001 From: phong94734 Date: Mon, 1 Jun 2026 17:05:40 +0700 Subject: [PATCH 1/2] fix broken links --- docs/base-chain/quickstart/deploy-on-base.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/). From 4a1f7fbbcc6e9f9a19081b2525d4e00d39f02b17 Mon Sep 17 00:00:00 2001 From: phong94734 Date: Mon, 1 Jun 2026 17:07:13 +0700 Subject: [PATCH 2/2] fix broken links --- docs/get-started/deploy-smart-contracts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).