Skip to content

Commit d24d4ae

Browse files
changes for PR fix
1 parent d5c58fc commit d24d4ae

File tree

7 files changed

+8
-15
lines changed

7 files changed

+8
-15
lines changed

docs/cdk/get-started/deploy-rollup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Deploy a CDK rollup locally
55

6-
The [zkEVM deployment quickstart documentation](../..//zkEVM/step1-fullzkevm.md) shows you how to deploy a zkEVM rollup on your local machine.
6+
The [zkEVM deployment quickstart documentation](../../zkEVM/deployzkevm/step1-fullzkevm.md) shows you how to deploy a zkEVM rollup on your local machine.
77

88
!!! question
99
What makes this CDK?

docs/tools/using-web3modal.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
2-
!!!caution
3-
Risks
4-
5-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Risks FAQ</ins>](risk-disclosures.md) section.
6-
7-
81
## Get Started with Web3Modal
92

103
!!!caution

docs/zkEVM/architecture/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The major components of zkEVM are:
1212

1313
The skeletal architecture of Polygon zkEVM is shown below:
1414

15-
![Skeletal Overview of zkEVM](../zkvm/fig1-simpl-arch.png)
15+
![Skeletal Overview of zkEVM](../../img/zkvm/fig1-simpl-arch.png)
1616

1717
## Consensus contract
1818

@@ -73,7 +73,7 @@ To carry out these procedures, zkEVM employs two sorts of participants: **Sequen
7373

7474
The Smart Contract, therefore, makes two calls: one to receive batches from Sequencers, and another to Aggregators, requesting batches to be validated.
7575
76-
![Simplified Proof of Efficiency](../zkvm/fig2-simple-poe.png)
76+
![Simplified Proof of Efficiency](../../img/zkvm/fig2-simple-poe.png)
7777
7878
### Tokenomics
7979
@@ -125,7 +125,7 @@ zkEVM employs advanced zero-knowledge technology to create validity proofs. It u
125125

126126
It consists of a **Main State Machine Executor**, a collection of **secondary State Machines** (each with its own executor), a **STARK-proof builder**, and a **SNARK-proof builder**.
127127

128-
![Skeletal Overview of zkProver](../zkvm/fig4-zkProv-arch.png)
128+
![Skeletal Overview of zkProver](../../img/zkvm/fig4-zkProv-arch.png)
129129

130130
In a nutshell, **the zkEVM expresses state changes in a polynomial form**. As a result, the constraints that each proposed batch must meet are polynomial constraints or polynomial identities. To put it another way, all valid batches must satisfy specific polynomial constraints. Check out the detailed architecture of zkProver [here](/zkevm/zkProver/overview.md).
131131

docs/zkEVM/bridge-to-zkevm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
!!!caution
3-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
3+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>]() section.
44

55

66
Users can deposit assets from Ethereum and transact off-chain on Polygon zkEVM. For moving assets across chains (L1 &harr; zkEVM), you will need to use the zkEVM Bridge. The bridge interface is available for both Mainnet Beta and Testnet in the [Polygon Wallet Suite](https://wallet.polygon.technology/zkEVM/bridge).

docs/zkEVM/connect-wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
!!!caution
4-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
4+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>]() section.
55

66

77
Add the **Polygon zkEVM** network to your wallet in order to interact with either the mainnet or the testnet.

docs/zkEVM/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Users do not need any special toolings or wallets in order to build or interact
99
Simply switch to the zkEVM RPC and start building on a network with a higher throughput and lower fees.
1010

1111
!!!caution
12-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
12+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>]() section.
1313

1414

1515

docs/zkEVM/zkevm-faucet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
!!!caution
3-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
3+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>]() section.
44

55
Polygon faucet is the official tool provided by Polygon Labs to obtain Testnet tokens. It is a faucet that is similar to what ecosystem partners like Alchemy provide.
66

0 commit comments

Comments
 (0)