Skip to content

Commit 19487cb

Browse files
committed
[Portal] Fix: Broken Link (#5715)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates a link in the documentation for the `Wallet Connection functions`. The link's path has been changed, likely to reflect an updated structure in the documentation. ### Detailed summary - Changed the link from `/typescript/v5/functions#wallets` to `/typescript/v5/wallets` in the `page.mdx` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 03b6d0d commit 19487cb

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/wallet/sign-in-methods/configure

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/wallet/sign-in-methods/configure/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ Most authentication option are that straight forward. However, some options requ
134134

135135
## Interacting with your App
136136

137-
Once a user signed in and their wallet is generated, you can use the **[Wallet Connection functions](/typescript/v5/functions#wallets)** to get information about the connected wallet like getting the address, account, and more.
137+
Once a user signed in and their wallet is generated, you can use the **[Wallet Connection functions](/typescript/v5/wallets)** to get information about the connected wallet like getting the address, account, and more.
138138

0 commit comments

Comments
 (0)