Skip to content

Commit a07f7e0

Browse files
committed
docs: fix broken links, stale --rollkit.* flag prefixes, and escaped backticks
- Fix forced-inclusion.md: based.md → based-sequencing.md (2 links) - Fix block-lifecycle.md: da.md → data-availability.md (2 links) - Fix reference/specs/overview.md: p2p.md → learn/specs/p2p.md - Fix running-nodes/full-node.md: relative paths to guides/ - Fix what-is-evolve.md: remove escaped backticks around ev-node - Replace all --rollkit.* flags with --evnode.* in ev-node-config.md - Fix visualizer.md: --rollkit.rpc → --evnode.rpc
1 parent 7b86fed commit a07f7e0

7 files changed

Lines changed: 80 additions & 80 deletions

File tree

docs/concepts/block-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ The retrieval system uses persistent caches for both headers and data:
428428
- Enables efficient sync from P2P and DA sources
429429
- Maintains namespace migration state for optimized retrieval
430430

431-
For more details on DA integration, see the [Data Availability specification](./da.md).
431+
For more details on DA integration, see the [Data Availability specification](./data-availability.md).
432432

433433
#### Out-of-Order Chain Blocks on DA
434434

@@ -725,7 +725,7 @@ See [tutorial] for running a multi-node network with both aggregator and non-agg
725725

726726
[7] [Evolve Minimal Header](../../adr/adr-015-rollkit-minimal-header.md)
727727

728-
[8] [Data Availability](./da.md)
728+
[8] [Data Availability](./data-availability.md)
729729

730730
[9] [Lazy Aggregation with DA Layer Consistency ADR](../../adr/adr-021-lazy-aggregation.md)
731731

docs/guides/advanced/forced-inclusion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Epoch [100, 109] (epoch size = 10):
7272
- Sequencer includes forced tx in blocks before height 110
7373
```
7474

75-
See [Based Sequencing](./based.md) for a fully decentralized alternative that relies entirely on forced inclusion.
75+
See [Based Sequencing](./based-sequencing.md) for a fully decentralized alternative that relies entirely on forced inclusion.
7676

7777
## Detecting Malicious Sequencer Behavior
7878

@@ -113,7 +113,7 @@ Nodes may require a coordinated restart into based sequencing mode, depending on
113113
- Users submit transactions directly to the DA layer going forward
114114
- Returning to single sequencer mode requires explicit governance and operational coordination
115115

116-
See [Based Sequencing documentation](./based.md) for details on operating in this mode.
116+
See [Based Sequencing documentation](./based-sequencing.md) for details on operating in this mode.
117117

118118
## Advantages
119119

docs/guides/running-nodes/full-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
This guide covers how to set up a full node to run alongside a sequencer node in a Evolve-based blockchain network. A full node maintains a complete copy of the blockchain and helps validate transactions, improving the network's decentralization and security.
66

7-
> **Note: The guide on how to run an Evolve EVM full node can be found [in the evm section](./evm/single.md#setting-up-a-full-node).**
7+
> **Note: The guide on how to run an Evolve EVM full node can be found [in the evm section](../../guides/evm/single.md#setting-up-a-full-node).**
88
99
## Prerequisites
1010

11-
Before proceeding, ensure that you have completed the [build a chain](./gm-world.md) tutorial, which covers setting-up, building and running your chain.
11+
Before proceeding, ensure that you have completed the [build a chain](../../guides/gm-world.md) tutorial, which covers setting-up, building and running your chain.
1212

1313
Ensure that you have:
1414

docs/guides/tools/visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The DA Visualizer is disabled by default. To enable it, use the following config
2222
### Via Command-line Flag
2323

2424
```bash
25-
testapp start --rollkit.rpc.enable_da_visualization
25+
testapp start --evnode.rpc.enable_da_visualization
2626
```
2727

2828
### Via Configuration File

docs/overview/what-is-evolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Evolve is a launch stack for L1s. It gives you full control over execution — w
1414

1515
Evolve is [open-source](https://github.com/evstack/ev-node), production-ready, and fully composable.
1616

17-
At its core is \`ev-node\`, a modular node that exposes an [Execution interface](https://github.com/evstack/ev-node/blob/main/core/execution/execution.go), — letting you bring any VM or execution logic, including Cosmos SDK or custom-built runtimes.
17+
At its core is `ev-node`, a modular node that exposes an [Execution interface](https://github.com/evstack/ev-node/blob/main/core/execution/execution.go) — letting you bring any VM or execution logic, including Cosmos SDK or custom-built runtimes.
1818

1919
Evolving from Cosmos SDK?
2020

0 commit comments

Comments
 (0)