File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/HomepageCards Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type CardItem = {
19
19
const CardList : CardItem [ ] = [
20
20
{
21
21
title : 'Account' ,
22
- link : '/account/quickstart ' ,
22
+ link : '/account' ,
23
23
description : (
24
24
< >
25
25
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[] = [
32
32
} ,
33
33
{
34
34
title : 'SwissKnife' ,
35
- link : '/swissknife/quickstart ' ,
35
+ link : '/swissknife' ,
36
36
description : (
37
37
< >
38
38
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[] = [
45
45
} ,
46
46
{
47
47
title : 'Developers' ,
48
- link : '/developers/quickstart ' ,
48
+ link : '/developers' ,
49
49
description : (
50
50
< >
51
51
Integrate Bitcoin and Lightning into your own app with the < b > Numeraire API</ b > through API keys and webhooks.
You can’t perform that action at this time.
0 commit comments