Skip to content

Commit fc6f777

Browse files
authored
fix: Home links (#4)
1 parent c831103 commit fc6f777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HomepageCards/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type CardItem = {
1919
const CardList: CardItem[] = [
2020
{
2121
title: 'Account',
22-
link: '/account/quickstart',
22+
link: '/account',
2323
description: (
2424
<>
2525
Learn all the different features of your Numeraire Account. Receive and send Bitcoin, create a LN Address, receive Zaps on Nostr and
@@ -32,7 +32,7 @@ const CardList: CardItem[] = [
3232
},
3333
{
3434
title: 'SwissKnife',
35-
link: '/swissknife/quickstart',
35+
link: '/swissknife',
3636
description: (
3737
<>
3838
Deploy your own self-custodial Bitcoin infrastructure. Create your own <b>username@mydomain.com</b> LN addresses, deploy smart
@@ -45,7 +45,7 @@ const CardList: CardItem[] = [
4545
},
4646
{
4747
title: 'Developers',
48-
link: '/developers/quickstart',
48+
link: '/developers',
4949
description: (
5050
<>
5151
Integrate Bitcoin and Lightning into your own app with the <b>Numeraire API</b> through API keys and webhooks.

0 commit comments

Comments
 (0)