In all documentation "get the full code here" (#2076)
diff --git a/docs/basics.md b/docs/basics.md
index c5e931c..ff6f6a5 100644
--- a/docs/basics.md
+++ b/docs/basics.md
@@ -41,7 +41,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-01.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-01.kt).
You will see the following result:
@@ -95,7 +95,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-02.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-02.kt).
<!--- TEST
Hello,
@@ -125,7 +125,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-03.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-03.kt).
<!--- TEST
Hello,
@@ -180,7 +180,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-04.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-04.kt).
<!--- TEST
Hello,
@@ -225,7 +225,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-05.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-05.kt).
<!--- TEST
Hello,
@@ -271,7 +271,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-06.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-06.kt).
<!--- TEST
Task from coroutine scope
@@ -310,7 +310,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-07.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-07.kt).
<!--- TEST
Hello,
@@ -347,7 +347,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-08.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-08.kt).
<!--- TEST lines.size == 1 && lines[0] == ".".repeat(100_000) -->
@@ -379,7 +379,7 @@
</div>
-> You can get full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-09.kt).
+> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-basic-09.kt).
You can run and see that it prints three lines and terminates: