Skip to content

Commit 5a1601f

Browse files
fix front page 404s
1 parent 67bd892 commit 5a1601f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hide:
5252
</div>
5353
<p class="feature-paragraph">Deploy a dApp on the widely adopted Polygon Proof-of-Stake protocol, an EVM-compatible environment optimized for high throughput and low transaction fees.</p>
5454
</a>
55-
<a href="zkEVM" class="flex-card-item w-inline-block">
55+
<a href="cdk/get-started/quickstart/deploy-stack" class="flex-card-item w-inline-block">
5656
<div class="product-list-item-header">
5757
<div class="feature-card-heading">Polygon zkEVM</div>
5858
<div class="arrow-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewbox="0 0 16 17" fill="none">
@@ -206,7 +206,7 @@ hide:
206206
<p class="home-section-subtext">Are you ready to start building?</p>
207207
</div>
208208
<div class="flexbox">
209-
<a href="zkEVM/get-started/deploy-zkevm/" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
209+
<a href="cdk/get-started/quickstart/deploy-stack" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
210210
<div class="feature-content-wrapper">
211211
<div class="feature-content-name">Polygon CDK: Deploy a local test rollup</div>
212212
<div class="arrow-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewbox="0 0 16 17" fill="none">
@@ -250,7 +250,7 @@ hide:
250250
</svg></div>
251251
</div>
252252
</a>
253-
<a href="cdk/get-started/quickstart-validium/" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
253+
<a href="https://github.com/Snapchain/zkValidium-quickstart" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
254254
<div class="feature-content-wrapper">
255255
<div class="feature-content-name">Polygon CDK: Create your own validium</div>
256256
<div class="arrow-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewbox="0 0 16 17" fill="none">

0 commit comments

Comments
 (0)