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

Commit

Permalink
Fix 404 links (#321)
Browse files Browse the repository at this point in the history
Fixes #310
  • Loading branch information
MananTank authored Apr 6, 2024
1 parent a3659e3 commit 2c81f35
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2c81f35

Please sign in to comment.