Skip to content

Commit b5e00e3

Browse files
committed
more link changes
1 parent e74afb8 commit b5e00e3

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Evolve Documentation Site
22

3-
[![Deploy](https://github.com/evstack/ev-node/actions/workflows/deploy.yml/badge.svg)](https://github.com/evstack/ev-node/actions/workflows/deploy.yml)
4-
53
Welcome to the official documentation repository for Evolve.
64

75
Here you'll find comprehensive guides, and reference materials to help you make the most out of Evolve.

docs/guides/restart-chain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This section covers the case where you need to restart your chain.
99
In order to restart your chain, you simply need to run the `<your-binary>d start [...args]`
1010
command for your chain.
1111

12-
For example, if you ran the [quick start](/docs/guides/quick-start.md) tutorial, you started your chain with:
12+
For example, if you ran the [quick start](./quick-start.md) tutorial, you started your chain with:
1313

1414
```bash
1515
testapp start
@@ -48,7 +48,7 @@ you are using to post blocks to your DA and consensus layer runs out of funds (t
4848
and you need to restart your chain.
4949

5050
In this example, we're using Celestia's [Mocha testnet](https://docs.celestia.org/how-to-guides/mocha-testnet/)
51-
and running the [quick start](/docs/guides/quick-start.md). In this example, our Celestia DA light node
51+
and running the [quick start](./quick-start.md). In this example, our Celestia DA light node
5252
ran out of Mocha testnet TIA and we are unable to post new blocks to Celestia due to a
5353
[`Code: 19`](https://github.com/cosmos/cosmos-sdk/blob/main/types/errors/errors.go#L95)
5454
error. This error is defined by Cosmos SDK as:

docs/guides/use-tia-for-gas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 🌞 Introduction {#introduction}
44

5-
This tutorial will guide you through building a sovereign `gm-world` chain using Evolve, with TIA as the gas token. Unlike the [quick start guide](/docs/guides/quick-start.md), which uses a native chain token for gas, this tutorial demonstrates how to integrate an IBC-enabled token, TIA, as the gas token within the chain, providing a deeper exploration of sovereign chain development.
5+
This tutorial will guide you through building a sovereign `gm-world` chain using Evolve, with TIA as the gas token. Unlike the [quick start guide](./quick-start.md), which uses a native chain token for gas, this tutorial demonstrates how to integrate an IBC-enabled token, TIA, as the gas token within the chain, providing a deeper exploration of sovereign chain development.
66

77
No prior understanding of the build process is required, just that it utilizes the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) for blockchain applications.
88

@@ -24,7 +24,7 @@ import constants from '../.vitepress/constants/constants.js'
2424

2525
## Setup your local DA network {#setup-local-da}
2626

27-
Your local DA network is already running if you followed the [quick start guide](/docs/guides/quick-start.md) or the [build a chain](./gm-world.md). If not, you can start it with the following command:
27+
Your local DA network is already running if you followed the [quick start guide](./quick-start.md) or the [build a chain](./gm-world.md). If not, you can start it with the following command:
2828

2929
```bash
3030
curl -sSL https://ev.xyz/install-local-da.sh | bash -s {{constants.evolveLatestTag}}

docs/learn/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ As of today, Evolve provides a single sequencer, an execution interface (Engine
9090

9191
We're currently working on implementing many new and exciting features such as light nodes and state fraud proofs.
9292

93-
Head down to the next section to learn more about what's coming for Evolve. If you're ready to start building, you can skip to the [Guides](/docs/guides/quick-start.md) section.
93+
Head down to the next section to learn more about what's coming for Evolve. If you're ready to start building, you can skip to the [Guides](../guides/quick-start.md) section.
9494

9595
Spoiler alert, whichever you choose, it's going to be a great rabbit hole\!

0 commit comments

Comments
 (0)