docs: fix broken internal links (404s)#1696
Open
erhnysr wants to merge 1 commit into
Open
Conversation
Fix five verified internal link issues that resolve to 404 in the rendered Mintlify site: - /base-account had no index page; point to /base-account/overview/what-is-base-account (agents/index.mdx, rainbowkit.mdx) - /ai-agents/* paths don't exist (dir is /agents); correct 6 links in the Base MCP skill files (SKILL.md, references/install.md) - Drop stray .mdx extension from signInWithEthereum link (wallet_connect.mdx) - Drop stray .mdx extension from glossary anchor link, matching the other links in the same file (configurability.mdx)
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.
Fix five verified internal link issues that resolve to 404 in the rendered Mintlify site. Each was verified against the repository filesystem (target files/paths and
docs.jsonredirects)./base-accounthad no index page; point to/base-account/overview/what-is-base-account—agents/index.mdx,base-account/framework-integrations/rainbowkit.mdx/ai-agents/*paths don't exist (the directory is/agents, and there's no redirect); correct 6 links in the Base MCP skill files —agents/skills/SKILL.md,agents/skills/references/install.md.mdxextension from thesignInWithEthereumlink —base-account/reference/core/provider-rpc-methods/wallet_connect.mdx(other references to the same page already omit it).mdxextension from the glossary anchor link, matching the other glossary links in the same file —base-chain/specs/reference/configurability.mdx6 files changed, 10 insertions(+), 10 deletions(-).