Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Fix 404 links #321

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/connect/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Onboard any user, connect to any wallet, and facilitate any transaction.
<ArticleCard
title="Get Started with Connect"
description="Learn how to add a Connect Wallet component into your app."
href="/connect/connect/ConnectWallet"
href="/connect/connect"
/>

<ArticleCard
title="Custom Connect Wallet experience"
description="Learn how to create a custom wallet connection experience."
href="/connect/connect/custom"
href="/typescript/v5/react/connecting-wallets#using-hooks"
/>

<ArticleCard
Expand Down
Loading