From 29712ee69f74072591d9c96cea9a01b8b9cf820c Mon Sep 17 00:00:00 2001 From: Zdonuk Date: Tue, 28 Oct 2025 10:35:16 +0300 Subject: [PATCH] Fix: Update 4 broken internal links from /base-learn to /learn --- .../hardhat-tools-and-testing/analyzing-test-coverage.mdx | 2 +- docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx | 2 +- .../reading-and-displaying-data/useReadContract.mdx | 2 +- docs/learn/token-development/nft-guides/signature-mint.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/learn/hardhat/hardhat-tools-and-testing/analyzing-test-coverage.mdx b/docs/learn/hardhat/hardhat-tools-and-testing/analyzing-test-coverage.mdx index d04ade8c..8394ff69 100644 --- a/docs/learn/hardhat/hardhat-tools-and-testing/analyzing-test-coverage.mdx +++ b/docs/learn/hardhat/hardhat-tools-and-testing/analyzing-test-coverage.mdx @@ -233,6 +233,6 @@ In this tutorial, you've learned how to profile and analyze the test coverage of [Hardhat]: https://hardhat.org/ [Solidity Coverage]: https://github.com/sc-forks/solidity-coverage -[Hardhat testing lesson]: https://docs.base.org/base-learn/docs/hardhat-testing/hardhat-testing-sbs +[Hardhat testing lesson]: https://docs.base.org/learn/hardhat/hardhat-testing/hardhat-testing-sbs [Base Learn]: https://base.org/learn diff --git a/docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx b/docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx index 3c649f94..094688c0 100644 --- a/docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx +++ b/docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx @@ -69,6 +69,6 @@ These guides assume that you're reasonably comfortable writing basic smart contr We also assume that you've got Hardhat up and running, and can write unit tests for your smart contracts. If you're not there yet, but already know Solidity, you can [setup Hardhat here]. -[setup Hardhat here]: https://docs.base.org/base-learn/docs/hardhat-setup-overview/hardhat-setup-overview-sbs +[setup Hardhat here]: https://docs.base.org/learn/hardhat/hardhat-setup-overview/hardhat-setup-overview-sbs [Hardhat plugins]: https://hardhat.org/hardhat-runner/plugins [Base Learn]: https://base.org/learn diff --git a/docs/learn/onchain-app-development/reading-and-displaying-data/useReadContract.mdx b/docs/learn/onchain-app-development/reading-and-displaying-data/useReadContract.mdx index b0dbd3b3..a68b7683 100644 --- a/docs/learn/onchain-app-development/reading-and-displaying-data/useReadContract.mdx +++ b/docs/learn/onchain-app-development/reading-and-displaying-data/useReadContract.mdx @@ -451,7 +451,7 @@ contract FEWeightedVoting is ERC20 { [Wallet Connectors]: ../frontend-setup/wallet-connectors/ [`useAccount`]: https://wagmi.sh/react/hooks/useAccount [hydration error]: https://nextjs.org/docs/messages/react-hydration-error -[ERC 20 Tokens Exercise]: https://docs.base.org/base-learn/docs/erc-20-token/erc-20-exercise +[ERC 20 Tokens Exercise]: https://docs.base.org/learn/token-development/erc-20-token/erc-20-exercise [Sepolia BaseScan]: https://sepolia.basescan.org/ [`useAccount` hook]: ./useAccount [Hardhat]: https://hardhat.org/ diff --git a/docs/learn/token-development/nft-guides/signature-mint.mdx b/docs/learn/token-development/nft-guides/signature-mint.mdx index 5e59dc16..60b3ba8b 100644 --- a/docs/learn/token-development/nft-guides/signature-mint.mdx +++ b/docs/learn/token-development/nft-guides/signature-mint.mdx @@ -360,7 +360,7 @@ const data = encodeFunctionData({ In this tutorial, you've learned how to create a signature mint, which allows you to set conditions on a backend before a user is allowed to mint your NFT. You've learned the detailed and specific steps needed to align [viem]'s method of signing messages with [OpenZeppelin]'s method of verifying them. Finally, you've learned a few of the risks and considerations needed in designing this type of mint. [Base Learn]: https://base.org/learn -[ERC-721 Tokens]: https://docs.base.org/base-learn/docs/erc-721-token/erc-721-standard-video +[ERC-721 Tokens]: https://docs.base.org/learn/token-development/erc-721-token/erc-721-standard-video [Vercel]: https://vercel.com [deploying with Vercel]: /tutorials/farcaster-frames-deploy-to-vercel [OpenZeppelin ERC-721]: https://docs.openzeppelin.com/contracts/2.x/api/token/erc721