From 582c16c666a96d60f3437887789588b3d60c5722 Mon Sep 17 00:00:00 2001 From: Kewe63 Date: Mon, 13 Jul 2026 21:20:54 +0300 Subject: [PATCH] fix(docs): remove .mdx extension from signInWithEthereum link in wallet_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 #1311 --- .../reference/core/provider-rpc-methods/wallet_connect.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx b/docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx index cbdcd9b94..ff07789a9 100644 --- a/docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx +++ b/docs/base-account/reference/core/provider-rpc-methods/wallet_connect.mdx @@ -190,7 +190,7 @@ When using the `signInWithEthereum` capability, always generate a fresh, unique ## Usage with Capabilities -You can use the `wallet_connect` with the [`signInWithEthereum`](/base-account/reference/core/capabilities/signInWithEthereum.mdx) capability to authenticate the user. +You can use the `wallet_connect` with the [`signInWithEthereum`](/base-account/reference/core/capabilities/signInWithEthereum) capability to authenticate the user. import PolicyBanner from "/snippets/PolicyBanner.mdx";