Skip to content

Commit cb61c77

Browse files
committed
docs: use relative markdown links
1 parent 5f65532 commit cb61c77

5 files changed

Lines changed: 13 additions & 45 deletions

File tree

docs/concepts/block-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ The components communicate through well-defined interfaces:
655655

656656
## Metrics
657657

658-
The block components expose Prometheus metrics for monitoring block production, DA submission/retrieval, sync progress, and errors. See the [Metrics guide](/guides/metrics) for configuration and available metric names.
658+
The block components expose Prometheus metrics for monitoring block production, DA submission/retrieval, sync progress, and errors. See the [Metrics guide](../guides/metrics.md) for configuration and available metric names.
659659

660660
## Implementation
661661

docs/getting-started/custom/implement-executor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func TestExecuteTxs(t *testing.T) {
217217

218218
## Next Steps
219219

220-
- [Executor Interface Reference](/reference/interfaces/executor) — Full type definitions
220+
- [Executor Interface Reference](../../reference/interfaces/executor.md) — Full type definitions
221221
- [Testapp Source](https://github.com/evstack/ev-node/tree/main/apps/testapp) — Reference implementation
222-
- [EVM Quickstart](/getting-started/evm/quickstart) — Using the EVM executor (ev-reth)
223-
- [Cosmos SDK Quickstart](/getting-started/cosmos/quickstart) — Using the Cosmos SDK executor (ev-abci)
222+
- [EVM Quickstart](../evm/quickstart.md) — Using the EVM executor (ev-reth)
223+
- [Cosmos SDK Quickstart](../cosmos/quickstart.md) — Using the Cosmos SDK executor (ev-abci)

docs/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Evolve is the fastest way to launch your own modular network — without validat
1616

1717
## Get started
1818

19+
<!-- markdown-link-check-disable -->
1920
<div class="grid-cards">
2021

2122
<a class="card" href="/guides/quick-start">
@@ -39,17 +40,18 @@ Evolve is the fastest way to launch your own modular network — without validat
3940
</a>
4041

4142
</div>
43+
<!-- markdown-link-check-enable -->
4244

4345
## Explore
4446

4547
| Section | What you'll find |
4648
|---------|-----------------|
47-
| [Learn](/learn/about) | Core concepts — DA, sequencing, execution, specs |
48-
| [How-To Guides](/guides/quick-start) | Tutorials for building, deploying, and operating chains |
49-
| [EVM Integration](/guides/evm/single) | Run an EVM chain with Reth |
50-
| [DA Layers](/guides/da/local-da) | Connect to Celestia or run a local DA |
51-
| [Deploy](/guides/deploy/overview) | Local, testnet, and mainnet deployment |
52-
| [API Docs](/api) | Full RPC reference |
49+
| [Learn](learn/about.md) | Core concepts — DA, sequencing, execution, specs |
50+
| [How-To Guides](guides/quick-start.md) | Tutorials for building, deploying, and operating chains |
51+
| [EVM Integration](guides/evm/single.md) | Run an EVM chain with Reth |
52+
| [DA Layers](guides/da/local-da.md) | Connect to Celestia or run a local DA |
53+
| [Deploy](guides/deploy/overview.md) | Local, testnet, and mainnet deployment |
54+
| [API Docs](api/index.md) | Full RPC reference |
5355

5456
<style>
5557
.grid-cards {

docs/reference/interfaces/executor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ Only implement if your execution layer supports in-flight rollback.
190190

191191
## Implementation Guide
192192

193-
See [Implement Custom Executor](/getting-started/custom/implement-executor) for a step-by-step guide.
193+
See [Implement Custom Executor](../../getting-started/custom/implement-executor.md) for a step-by-step guide.

mlc_config.json

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

0 commit comments

Comments
 (0)