From bc368c5a261aa944203205f1cbec885841401e6f Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Thu, 12 Dec 2024 20:35:23 +0000 Subject: [PATCH] [Portal] Fix: Broken Link (#5716) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## 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}` --- apps/portal/src/app/connect/wallet/overview/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/connect/wallet/overview/page.mdx b/apps/portal/src/app/connect/wallet/overview/page.mdx index 3474e154e28..a4a8b4d4287 100644 --- a/apps/portal/src/app/connect/wallet/overview/page.mdx +++ b/apps/portal/src/app/connect/wallet/overview/page.mdx @@ -91,7 +91,7 @@ A flexible sign-up flow that accommodates different preferences is critical when icon={WalletsConnectIcon} title="Getting started" description="See our get started guide for quickly getting up and running with thirdweb wallets on the various supported platform." - href="/wallet/get-started/overview" + href="/connect/wallet/get-started" />