fix(docs): correct broken internal links after restructure#1587
Open
mehmetkr-31 wants to merge 3 commits into
Open
fix(docs): correct broken internal links after restructure#1587mehmetkr-31 wants to merge 3 commits into
mehmetkr-31 wants to merge 3 commits into
Conversation
- Update /base-chain/quickstart/bridge-token -> /base-chain/specs/protocol/bridging/deposits - Update /learn/foundry/deploy-with-foundry -> https://github.com/base/learn-docs - Update /apps/quickstart/create-new-app -> /apps/quickstart/build-app - Update /ai-agents/guides/agent-builder-codes -> /ai-agents/quickstart - Add missing Card titles in flashblocks-api-overview - Remove broken /static/bytecode/ links in derivation specs
The /learn/ content pages were archived to github.com/base/learn-docs. This commit updates all 36 broken internal /learn/ links in the learning-objectives snippet to point to the canonical external archive.
- Update mini-apps archive links to /apps - Update basenames wagmi tutorial to external archive - Update apps/introduction/overview -> /apps - Update node providers path to correct location - Update deploy-smart-contracts foundry link to external archive
Collaborator
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Resolves 53+ broken internal links introduced by the recent documentation restructure (mini-apps → apps migration, /learn/ content archival, and specs reorganization).
Changes
Internal link fixes:
/base-chain/quickstart/bridge-token→/base-chain/specs/protocol/bridging/deposits/apps/quickstart/create-new-app→/apps/quickstart/build-app/ai-agents/guides/agent-builder-codes→/ai-agents/quickstart/base-chain/network-information/node-providers→/base-chain/node-operators/node-providers/apps/introduction/overview→/apps/learn/...(36 links) →https://github.com/base/learn-docs(canonical external archive)/mini-apps/...(3 links) →/apps/base-account/basenames/basenames-wagmi-tutorial→ external archiveStatic content fixes:
/static/bytecode/...links in protocol specs (ecotone, fjord, isthmus, jovian derivation docs)<Card title>attributes inflashblocks-api-overview.mdxVerification
node scripts/lint-mdx.js all→ "Possibly broken internal link" count: 0 (was 53+)Impact
Users following internal cross-references no longer hit 404s.