Skip to content

Commit a64c088

Browse files
fix a few 404s
1 parent 8d84814 commit a64c088

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cdk/concepts/layer2s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Typically, L2s deploy smart contracts to Ethereum that handle the verification o
1414

1515
L2s come in different shapes and sizes in terms of their relationship with Ethereum: Each design decision comes with trade-offs in terms of security, scalability, or decentralization.
1616

17-
For example, some L2s, such as the [Polygon zkEVM](../../zkEVM/) send all transaction data to Ethereum, whereas other L2s only send information about the state differences, or choose not to send transaction data to Ethereum; instead relying on different data availability mechanisms.
17+
For example, some L2s, such as the [Polygon zkEVM](../../zkEVM/index.md) send all transaction data to Ethereum, whereas other L2s only send information about the state differences, or choose not to send transaction data to Ethereum; instead relying on different data availability mechanisms.
1818

1919
Since storing information on Ethereum is expensive, (see [gas and fees](https://ethereum.org/en/developers/docs/gas/)), building an L2 chain means making tradeoffs between security, decentralization, and scalability. The CDK provides developers with the tools to make these trade-offs and build a chain that meets their specific needs depending on their use case.
2020

docs/cdk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hide:
2828
</a>
2929
</div>
3030
<div class="grid-item">
31-
<a href="./getting-started">
31+
<a href="./getting-started/local-deployment/">
3232
<div class="product-list-item-header">
3333
<div class="feature-card-heading">Try out the CDK locally</div>
3434
</div>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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="cdk/build/quickstart/deploy-stack" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
209+
<a href="cdk/getting-started/local-deployment/" 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">

0 commit comments

Comments
 (0)