From 85a4e52c7ea06787901aadc1246cf3b8cb7e4487 Mon Sep 17 00:00:00 2001 From: Manav Aggarwal Date: Fri, 8 Aug 2025 23:39:26 +0200 Subject: [PATCH 1/2] fix broken links --- docs/guides/deploy/local.md | 2 +- docs/guides/deploy/overview.md | 2 +- docs/guides/deploy/testnet.md | 12 ++++++------ docs/index.md | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/guides/deploy/local.md b/docs/guides/deploy/local.md index 28ae079d2b..e5e629d220 100644 --- a/docs/guides/deploy/local.md +++ b/docs/guides/deploy/local.md @@ -216,7 +216,7 @@ Since our chain is running in a docker container, we want to enter the docker co docker exec -it gm-world sh ``` -Now that you are in the docker container, you can interact with the chain using the `gmd` command and the example you used in the [gm-world tutorial](/docs/guides/gm-world.md). +Now that you are in the docker container, you can interact with the chain using the `gmd` command and the example you used in the [gm-world tutorial](/guides/gm-world.md). Once you are done interacting with your chain, you can exit out of your docker container with: diff --git a/docs/guides/deploy/overview.md b/docs/guides/deploy/overview.md index 45e4b361e8..ab7f7095d7 100644 --- a/docs/guides/deploy/overview.md +++ b/docs/guides/deploy/overview.md @@ -6,7 +6,7 @@ description: This page provides an overview of some common ways to deploy chains One of the benefits of building chains with Evolve is the flexibility you have as a developer to choose things like the DA layer, the settlement scheme, and the execution environment. -You can learn more about Evolve architecture [here](/docs/learn/specs/overview.md). +You can learn more about Evolve architecture [here](/learn/specs/overview.md). The challenge that comes with this flexibility is that there are more services that now need to be deployed and managed while running your chain. diff --git a/docs/guides/deploy/testnet.md b/docs/guides/deploy/testnet.md index 8ff1c61dd6..ab8c20d1a6 100644 --- a/docs/guides/deploy/testnet.md +++ b/docs/guides/deploy/testnet.md @@ -2,7 +2,7 @@ This tutorial is going to show you how to deploy a Evolve testnet, focusing on the architecture choices and components that make up a complete EVM-based chain deployment. -You can learn more about Evolve EVM architecture [here](/docs/learn/execution.md). +You can learn more about Evolve EVM architecture [here](/learn/execution.md).