Skip to content

Commit 78b0832

Browse files
authored
fix: broken blockchain urls (#177)
## Summary by Sourcery Bug Fixes: - Fixes broken links to blockchain guides by correcting the casing of the URLs.
1 parent 7c86957 commit 78b0832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/about-settlemint/supported-blockchains.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SettleMint currently supports the following protocols:
5454

5555
<Cards>
5656
<Card
57-
href="/blockchain-guides/ethereum/1_ethereum-the-basics"
57+
href="/blockchain-guides/Ethereum/1_ethereum-the-basics"
5858
>
5959
<h3 className="mb-4">Ethereum</h3>
6060
<div className="flex flex-col items-center gap-8">
@@ -66,7 +66,7 @@ SettleMint currently supports the following protocols:
6666
</Card>
6767

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

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

9292
<Card
93-
href="/blockchain-guides/polygon-zkevm/1_polygon-zkevm-the-basics"
93+
href="/blockchain-guides/Polygon-zkEVM/1_polygon-zkevm-the-basics"
9494
>
9595
<h3 className="mb-4">Polygon zkEVM</h3>
9696
<div className="flex flex-col items-center gap-4">

0 commit comments

Comments
 (0)