Skip to content

Commit 64fd186

Browse files
committed
fix: Add links to homepage cards
1 parent 9269277 commit 64fd186

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fern/home/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,23 +549,23 @@ hide-feedback: true
549549

550550
<div class="use-cases">
551551
<CardGroup cols={1}>
552-
<Card title="JSON RPC" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Supernode.svg" />} href="/" className="flex-1 min-w-[200px] p-5 h-full flex flex-col text-left md:w-1/3 before:content-['🕐_5_min'] before:absolute before:top-4 before:right-4 before:bg-[#eff4f9] before:text-[#475569] before:px-2 before:py-1 before:rounded before:text-sm before:font-normal">
552+
<Card title="JSON RPC" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Supernode.svg" />} href="/reference/chain-apis-overview" className="flex-1 min-w-[200px] p-5 h-full flex flex-col text-left md:w-1/3 before:content-['🕐_5_min'] before:absolute before:top-4 before:right-4 before:bg-[#eff4f9] before:text-[#475569] before:px-2 before:py-1 before:rounded before:text-sm before:font-normal">
553553
Use our Node API to start reading and writing to the blockchain—scale infinitely.
554554
</Card>
555555

556-
<Card title="Onboard users" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Account.svg" />} href="/">
556+
<Card title="Onboard users" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Account.svg" />} href="/docs/account-abstraction-overview">
557557
Your complete toolkit to build embedded wallets—powered by smart accounts.
558558
</Card>
559559

560-
<Card title="Stream events" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Webhooks.svg" />} href="/">
560+
<Card title="Stream events" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Webhooks.svg" />} href="/reference/notify-api-quickstart">
561561
Get consistent push notifications and subscribe to ongoing onchain data.
562562
</Card>
563563

564-
<Card title="Index data" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Index.svg" />} href="/">
564+
<Card title="Index data" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Index.svg" />} href="/reference/subgraphs-quickstart/">
565565
Ship faster with an onchain data API. Reduce data lag by 50%. Backfill data up to 5x faster.
566566
</Card>
567567

568-
<Card title="Cheaper, faster, safer transactions" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Account.svg" />} href="/">
568+
<Card title="Cheaper, faster, safer transactions" icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/alchemy/Account.svg" />} href="/docs/account-abstraction-overview">
569569
Your complete toolkit to build embedded wallets—powered by smart accounts.
570570
</Card>
571571
</CardGroup>

0 commit comments

Comments
 (0)