Fix: Update 4 broken internal links from /base-learn to /learn #585
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This Pull Request fixes 4 broken internal links within the documentation by updating the deprecated
/base-learn/docs/prefix to the correct/learn/path.The links were pointing to an old structure that no longer exists, resulting in 404 errors for users trying to access these tutorials.
Changes
The following links were updated:
analyzing-test-coverage.mdx: Link to Hardhat testing lesson./base-learn/docs/hardhat-testing/.../learn/hardhat/hardhat-testing/...overview.mdx: Link to Hardhat setup overview./base-learn/docs/hardhat-setup-overview/.../learn/hardhat/hardhat-setup-overview/...useReadContract.mdx: Link to ERC 20 Tokens Exercise./base-learn/docs/erc-20-token/.../learn/token-development/erc-20-token/...signature-mint.mdx: Link to ERC-721 Tokens video./base-learn/docs/erc-721-token/.../learn/token-development/erc-721-token/...All new paths correspond to existing files in the current repository structure, ensuring the links are functional.