Skip to content

Conversation

@Zdonuk
Copy link

@Zdonuk Zdonuk commented Oct 28, 2025

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:

  1. analyzing-test-coverage.mdx: Link to Hardhat testing lesson.
    • Old path: /base-learn/docs/hardhat-testing/...
    • New path: /learn/hardhat/hardhat-testing/...
  2. overview.mdx: Link to Hardhat setup overview.
    • Old path: /base-learn/docs/hardhat-setup-overview/...
    • New path: /learn/hardhat/hardhat-setup-overview/...
  3. useReadContract.mdx: Link to ERC 20 Tokens Exercise.
    • Old path: /base-learn/docs/erc-20-token/...
    • New path: /learn/token-development/erc-20-token/...
  4. signature-mint.mdx: Link to ERC-721 Tokens video.
    • Old path: /base-learn/docs/erc-721-token/...
    • New path: /learn/token-development/erc-721-token/...

All new paths correspond to existing files in the current repository structure, ensuring the links are functional.

@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants