Skip to content
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
8 changes: 4 additions & 4 deletions content/docs/about-settlemint/supported-blockchains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SettleMint currently supports the following protocols:

<Cards>
<Card
href="/blockchain-guides/ethereum/1_ethereum-the-basics"
href="/blockchain-guides/Ethereum/1_ethereum-the-basics"
>
<h3 className="mb-4">Ethereum</h3>
<div className="flex flex-col items-center gap-8">
Expand All @@ -66,7 +66,7 @@ SettleMint currently supports the following protocols:
</Card>

<Card
href="/blockchain-guides/avalanche/1_avalanche-the-basics"
href="/blockchain-guides/Avalanche/1_avalanche-the-basics"
>
<h3 className="mb-4">Avalanche</h3>
<div className="flex flex-col items-center gap-4">
Expand All @@ -78,7 +78,7 @@ SettleMint currently supports the following protocols:
</Card>

<Card
href="/blockchain-guides/polygon/1_polygon-the-basics"
href="/blockchain-guides/Polygon/1_polygon-the-basics"
>
<h3 className="mb-4">Polygon</h3>
<div className="flex flex-col items-center gap-4">
Expand All @@ -90,7 +90,7 @@ SettleMint currently supports the following protocols:
</Card>

<Card
href="/blockchain-guides/polygon-zkevm/1_polygon-zkevm-the-basics"
href="/blockchain-guides/Polygon-zkEVM/1_polygon-zkevm-the-basics"
>
<h3 className="mb-4">Polygon zkEVM</h3>
<div className="flex flex-col items-center gap-4">
Expand Down