diff --git a/docs/kr.tree b/docs/kr.tree
index 5c82978c5cb..2dc9ae85626 100644
--- a/docs/kr.tree
+++ b/docs/kr.tree
@@ -12,16 +12,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -117,83 +107,146 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -203,11 +256,22 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -215,59 +279,8 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -334,16 +347,7 @@
-
-
-
-
-
-
-
-
-
@@ -387,9 +391,6 @@
-
-
-
diff --git a/docs/topics/jvm/jvm-get-started.md b/docs/topics/jvm/jvm-get-started.md
index d88ae15200f..e9572a7c815 100644
--- a/docs/topics/jvm/jvm-get-started.md
+++ b/docs/topics/jvm/jvm-get-started.md
@@ -1,4 +1,4 @@
-[//]: # (title: Get started with Kotlin/JVM)
+[//]: # (title: Create a console app – tutorial)
This tutorial demonstrates how to use IntelliJ IDEA for creating a console application.
diff --git a/docs/topics/jvm/jvm-spring-boot-using-crudrepository.md b/docs/topics/jvm/jvm-spring-boot-using-crudrepository.md
index 8e06e5cdb5f..81e7a42bd62 100644
--- a/docs/topics/jvm/jvm-spring-boot-using-crudrepository.md
+++ b/docs/topics/jvm/jvm-spring-boot-using-crudrepository.md
@@ -217,9 +217,6 @@ Get your personal language map to help you navigate Kotlin features and track yo
-* Learn more about [Calling Java from Kotlin code](java-interop.md) and [Calling Kotlin from Java code](java-to-kotlin-interop.md).
-* Learn how to convert existing Java code to Kotlin with the [Java-to-Kotlin converter](mixing-java-kotlin-intellij.md#converting-an-existing-java-file-to-kotlin-with-j2k).
-* Check out our Java to Kotlin migration guides:
- * [Strings in Java and Kotlin](java-to-kotlin-idioms-strings.md).
- * [Collections in Java and Kotlin](java-to-kotlin-collections-guide.md).
- * [Nullability in Java and Kotlin](java-to-kotlin-nullability-guide.md).
\ No newline at end of file
+* Check out the [Spring Framework](https://docs.spring.io/spring-framework/docs/current/reference/html/languages.html#languages) documentation.
+* Complete the [Building web applications with Spring Boot and Kotlin](https://spring.io/guides/tutorials/spring-boot-kotlin) tutorial.
+* Create a chat application in the [Spring Boot with Kotlin Coroutines and RSocket](https://spring.io/guides/tutorials/spring-webflux-kotlin-rsocket/) tutorial.
\ No newline at end of file
diff --git a/docs/topics/jvm/jvm-test-using-junit.md b/docs/topics/jvm/jvm-test-using-junit.md
index 650dd3b0108..911d2dcfeea 100644
--- a/docs/topics/jvm/jvm-test-using-junit.md
+++ b/docs/topics/jvm/jvm-test-using-junit.md
@@ -1,4 +1,4 @@
-[//]: # (title: Test code using JUnit in JVM – tutorial)
+[//]: # (title: Test code using JUnit – tutorial)
This tutorial shows you how to write a simple unit test and run it with the Gradle build tool.