Skip to content

Commit bc368c5

Browse files
committed
[Portal] Fix: Broken Link (#5716)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the link in the `page.mdx` file for the wallet overview section, directing users to the correct "get started" guide for thirdweb wallets. ### Detailed summary - Changed the `href` attribute from `/wallet/get-started/overview` to `/connect/wallet/get-started` in the `page.mdx` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 19487cb commit bc368c5

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/wallet/overview

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/wallet/overview/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A flexible sign-up flow that accommodates different preferences is critical when
9191
icon={WalletsConnectIcon}
9292
title="Getting started"
9393
description="See our get started guide for quickly getting up and running with thirdweb wallets on the various supported platform."
94-
href="/wallet/get-started/overview"
94+
href="/connect/wallet/get-started"
9595
/>
9696

9797
<DocImage src={customModal} />

0 commit comments

Comments
 (0)