From 078db6e698153b9bf182ff417a0cb1c69ea9408f Mon Sep 17 00:00:00 2001 From: a_zorina <64249490+a-zorina@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:02:10 +0200 Subject: [PATCH] fix broken links --- src/guide/get-started/launch-iroha.md | 2 +- src/guide/get-started/operate-iroha-via-cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/get-started/launch-iroha.md b/src/guide/get-started/launch-iroha.md index 4d5aa565..83ec1200 100644 --- a/src/guide/get-started/launch-iroha.md +++ b/src/guide/get-started/launch-iroha.md @@ -5,7 +5,7 @@ - [Docker](https://docs.docker.com/get-docker/) - [Docker compose](https://docs.docker.com/compose/) -2. [Install Iroha](./install.md). +2. [Install Iroha](./install-iroha.md). 3. Run `docker compose` and specify the network configuration file to bring up a network of 4 containerized peers: diff --git a/src/guide/get-started/operate-iroha-via-cli.md b/src/guide/get-started/operate-iroha-via-cli.md index 3e42614a..f553e88d 100644 --- a/src/guide/get-started/operate-iroha-via-cli.md +++ b/src/guide/get-started/operate-iroha-via-cli.md @@ -9,7 +9,7 @@ You can learn how to: ## 1. Iroha 2 Client Setup -Note, first, that we have already created the necessary binary executables when we [ran the `build` command](./build.md#build-iroha-client). +Note, first, that we have already created the necessary binary executables when we [ran the `build` command](./install-iroha.md#build-iroha-2-client). Create a fresh folder for the client and copy the configuration file there: