Skip to content

Commit 55380b1

Browse files
redirects and small fixes
1 parent b77595f commit 55380b1

File tree

4 files changed

+5
-91
lines changed

4 files changed

+5
-91
lines changed

docs/zkEVM/architecture/high-level/smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Polygon zkEVM deploys smart contracts to manage transaction processing and relat
66

77
There are four key contract types built into the system design:
88

9-
- [Consensus contracts](#consensus-contracts).
9+
- [Consensus contracts](#consensus).
1010
- [Rollup manager](#rollup-manager).
1111
- [Bridge contract](#bridge).
1212
- [Exit root management](#global-exit-roots).

docs/zkEVM/architecture/high-level/smart-contracts/sequencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct BatchData {
3636

3737
The function validates arguments, checks and organizes the batches, and appends them in the correct sequence while computing an accumulated hash.
3838

39-
Finally, the function emits a `SequenceBatches` event which sends a newly sequenced batch of transactions to the `PolygonRollupManager.sol` contract after the [`onSequenceBatches(...)`](#onsequencebatchesnewsequencedbatches-newaccinputhash) function returns successfully.
39+
Finally, the function emits a `SequenceBatches` event which sends a newly sequenced batch of transactions to the `PolygonRollupManager.sol` contract after the [`onSequenceBatches(...)`](./api/PolygonRollupManager.md/#onsequencebatches) function returns successfully.
4040

4141
Stepwise, the function does the following:
4242

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@ plugins:
672672
- redirects:
673673
redirect_maps:
674674
'docs/develop/network-details/network.md': 'cdk/index.md'
675+
'cdk/getting-started/index.md': 'cdk/getting-started/local-deployment.md'
676+
'zkEVM/how-to/index.md': 'zkEVM/get-started/index.md'
677+
'cdk/concepts/index.md': 'cdk/concepts/layer2s.md'
675678

676679

677680
validation:

0 commit comments

Comments
 (0)