fix(docs): remove .mdx extension from signInWithEthereum link in wallet_connect#1715
Open
Kewe63 wants to merge 1 commit into
Open
fix(docs): remove .mdx extension from signInWithEthereum link in wallet_connect#1715Kewe63 wants to merge 1 commit into
Kewe63 wants to merge 1 commit into
Conversation
…et_connect The internal link at line 193 included a .mdx extension which causes the rendered docs site to return 404. Mintlify resolves bare paths to the page automatically and does not require the file extension. File: docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx line 193 Closes base#1311
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
Closes #1311
The internal link at
docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx:193included a.mdxfile extension which caused the rendered Mintlify docs site to return 404 when clicked. Mintlify resolves bare paths to their target pages automatically — the extension is not required and trips the URL.Removed the trailing
.mdxfrom thesignInWithEthereumlink target.Verification
grep -n signInWithEthereumon the file shows only line 193 holds an/.../signInWithEthereum.mdxstyle link — the rest are code-block references,ParamFielddefinitions, or JSON examples that don't carry the.mdxextension.…/signInWithEthereum.mdxand returns 200 on…/signInWithEthereum(no extension).Checklist
git diff --statshows 1 file, +1/-1https://docs.base.org/base-account/reference/core/provider-rpc-methods/wallet_connect(Mintlify preview build)Risk & Impact
None. Single-line documentation link fix. No code, config, or behavior changes.
Type: 📝 Documentation
Closes: #1311