From a6b9164bfcea5c9b7d2eefaf28792b014670d4f4 Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Thu, 19 Oct 2023 12:15:44 +0200 Subject: [PATCH] ci: fix broken reference --- .../version-v0.27.2/02-guide/02-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-v0.27.2/02-guide/02-getting-started.md b/docs/versioned_docs/version-v0.27.2/02-guide/02-getting-started.md index 2db722f997..df3ff4464d 100644 --- a/docs/versioned_docs/version-v0.27.2/02-guide/02-getting-started.md +++ b/docs/versioned_docs/version-v0.27.2/02-guide/02-getting-started.md @@ -132,7 +132,7 @@ To start a blockchain node in development, you can run the following command: ignite chain serve ``` -The [`ignite chain serve`](../references/cli#ignite-scaffold-chain) command is used to start +The [`ignite chain serve`](/references/cli#ignite-scaffold-chain) command is used to start a blockchain node in development mode. It first compiles and installs the binary using the `ignite chain build` command, then initializes the blockchain's data directory for a single validator using the `ignite chain init` command. After