Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 693dc29

Browse files
committed
fix links
1 parent 29fca71 commit 693dc29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

guides/da/local-da.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import constants from '../../.vitepress/constants/constants.js'
77

88
## Introduction {#introduction}
99

10-
This tutorial serves as a comprehensive guide for using the [local-da](https://github.com/evolve/local-da) with your chain.
10+
This tutorial serves as a comprehensive guide for using the [local-da](https://github.com/evstack/ev-node/tree/main/da/cmd/local-da) with your chain.
1111

1212
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.
1313

guides/deploy/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Docker Compose version v2.23.0-desktop.1
3939

4040
In addition to our chain, we need to run a DA.
4141

42-
We will use the [local-da](https://github.com/evolve/local-da) for this tutorial and run it with our chain.
42+
We will use the [local-da](https://github.com/evstack/ev-node/tree/main/da/cmd/local-daa) for this tutorial and run it with our chain.
4343

4444
To save time, we can use the local-da Dockerfile:
4545

guides/deploy/testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The deployment of sequencer and full nodes requires running multiple processes a
263263

264264
To save time, we can use ready-to-use Docker Compose stacks that can be customized based on specific needs. These pre-configured stacks handle the complexity of service orchestration, environment variable management, and inter-service communication automatically.
265265

266-
To make this deployment process easy and painless for node operators, you can use the example implementation available at: [https://github.com/evolve/ops-toolbox/tree/main/ev-stacks](https://github.com/evolve/ops-toolbox/tree/main/ev-stacks/)
266+
To make this deployment process easy and painless for node operators, you can use the example implementation available at: [https://github.com/evstack/ev-toolbox/tree/main/ev-stacks](https://github.com/evstack/ev-toolbox/tree/main/ev-stacks/)
267267

268268
This solution provides:
269269
- Pre-configured Docker Compose files for sequencer and full node deployments

guides/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Metrics will be served under `/metrics` on port 26660 by default. The listening
1212

1313
## List of available metrics
1414

15-
You can find the full list of available metrics in the [Technical Specifications](https://evolve.github.io/evolve/specs/block-manager.html#metrics).
15+
You can find the full list of available metrics in the [Technical Specifications](../learn/specs/block-manager.html#metrics).
1616

1717
## Viewing Metrics
1818

0 commit comments

Comments
 (0)