From 4301866994b118e0226d26c6faa9ec36b86de086 Mon Sep 17 00:00:00 2001 From: a_zorina <64249490+a-zorina@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:13:54 +0200 Subject: [PATCH] fix section links --- src/guide/blockchain/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/blockchain/instructions.md b/src/guide/blockchain/instructions.md index c3f64e3c..d768b76b 100644 --- a/src/guide/blockchain/instructions.md +++ b/src/guide/blockchain/instructions.md @@ -149,7 +149,7 @@ can transfer assets between different accounts. To do this, an account have to be granted the [permission to transfer assets](/reference/permissions.md). Refer to an example on how to -transfer assets with [CLI](/guide/get-started/operate-iroha-via-cli.md#_7-transferring-assets) or [Rust](/guide/get-started/rust.md#_7-transferring-assets). +transfer assets with [CLI](/guide/get-started/operate-iroha-via-cli.md#_7-transferring-assets) or [Rust](/guide/get-started/rust.md#_6-transferring-assets).