In all documentation "get the full code here" (#2076)
diff --git a/docs/select-expression.md b/docs/select-expression.md
index 5809e7b..f0e5ae4 100644
--- a/docs/select-expression.md
+++ b/docs/select-expression.md
@@ -125,7 +125,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-01.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-01.kt).
The result of this code is:
@@ -220,7 +220,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt).
The result of this code is quite interesting, so we'll analyze it in mode detail:
@@ -310,7 +310,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-03.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-03.kt).
So let us see what happens:
@@ -403,7 +403,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-04.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-04.kt).
The output is:
@@ -522,7 +522,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-05.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-05.kt).
The result of this code: