Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
  • Loading branch information
outoftardis authored May 14, 2024
1 parent 1533f82 commit d6af334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/blockchain/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ process of minting assets in a blockchain:
Here are examples of burning assets:

- [Bash](/guide/get-started/bash.md#_7-burning-assets)
- [Rust](/guide/get-started/rust.md#_6-burning-assets)
- [Rust](/guide/get-started/rust.md#_7-burning-assets)

## Transfer

Expand All @@ -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 in Bash](/guide/get-started/bash.md#_7-transferring-assets).
transfer assets in [Bash](/guide/get-started/bash.md#_6-transferring-assets) or [Rust](/guide/get-started/rust.md#_6-transferring-assets).

<!--TODO: add links to transferring assets example in which guide after https://github.com/hyperledger/iroha-2-docs/issues/81 is addressed -->

Expand Down

0 comments on commit d6af334

Please sign in to comment.