Skip to content

Commit 6090247

Browse files
committed
Fixes
Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
1 parent 49c6d77 commit 6090247

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/guide/get-started/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ differences between the two versions and upgrade to the newer one.
2020

2121
Before you dive into tutorials and deploy Iroha 2, we suggest you read through the [Security](/guide/security/index.md) section to learn about [core security principles](/guide/security/security-principles.md) and [operational security measures](/guide/security/operational-security.md) that are necessary to ensure the safety and validity of data and assets. This section also covers [cryptographic keys](/guide/security/public-key-cryptography.md), [how to generate them](/guide/security/generating-cryptographic-keys.md), and [how to store them securely](/guide/security/storing-cryptographic-keys.md).
2222

23-
Check the [tutorial](/guide/intro.md) where you
23+
Check the [tutorial](/guide/get-started/tutorials.md) where you
2424
can follow one of the available language-specific guides in
25-
[Bash](/guide/bash.md), [Rust](/guide/rust.md),
26-
[Kotlin](/guide/kotlin-java.md), [Javascript](/guide/javascript.md), or
27-
[Python](/guide/python.md). The guides introduce you to the basic concepts
25+
[Bash](/guide/get-started/bash.md), [Rust](/guide/get-started/rust.md),
26+
[Kotlin](/guide/get-started/kotlin-java.md), [Javascript](/guide/get-started/javascript.md), or
27+
[Python](/guide/get-started/python.md). The guides introduce you to the basic concepts
2828
and provide code snippets that you can run yourself.
2929

3030
In the Blockchain chapter you can find documentation for Iroha features,

0 commit comments

Comments
 (0)