Skip to content

fix(docs): remove .mdx extension from signInWithEthereum link in wallet_connect#1715

Open
Kewe63 wants to merge 1 commit into
base:masterfrom
Kewe63:fix/1311-mdx-url-extension
Open

fix(docs): remove .mdx extension from signInWithEthereum link in wallet_connect#1715
Kewe63 wants to merge 1 commit into
base:masterfrom
Kewe63:fix/1311-mdx-url-extension

Conversation

@Kewe63

@Kewe63 Kewe63 commented Jul 13, 2026

Copy link
Copy Markdown

Summary

Closes #1311

The internal link at docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx:193 included a .mdx file 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 .mdx from the signInWithEthereum link target.


Verification

  • grep -n signInWithEthereum on the file shows only line 193 holds an /.../signInWithEthereum.mdx style link — the rest are code-block references, ParamField definitions, or JSON examples that don't carry the .mdx extension.
  • Reproduced from the report: the live docs site 404s on …/signInWithEthereum.mdx and returns 200 on …/signInWithEthereum (no extension).
  • Mintlify docs.site/build/config behavior: extensionless routes are the canonical form for internal cross-references.

Checklist

  • Documentation-only change (no code, no config, no images)
  • Single-line, scoped fix — no other surfaces touched
  • git diff --stat shows 1 file, +1/-1
  • Pre-merge: verify the link resolves on https://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

…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
@cb-heimdall

Copy link
Copy Markdown
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.

fix(docs): remove .mdx extension from signInWithEthereum link in wallet_connect reference

2 participants