diff --git a/docs/kr.tree b/docs/kr.tree
index 5c82978c5cb..fe7df224317 100644
--- a/docs/kr.tree
+++ b/docs/kr.tree
@@ -12,16 +12,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -117,83 +107,147 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -203,71 +257,31 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -305,6 +319,7 @@
+
@@ -321,30 +336,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -387,9 +387,6 @@
-
-
-
diff --git a/docs/topics/coding-conventions.md b/docs/topics/coding-conventions.md
index 93117481c25..ee76f766e74 100644
--- a/docs/topics/coding-conventions.md
+++ b/docs/topics/coding-conventions.md
@@ -21,6 +21,10 @@ the given code style.
2. Switch on **Incorrect formatting** inspection.
Additional inspections that verify other issues described in the style guide (such as naming conventions) are enabled by default.
+
+
+For more information, see the [Migrate to Kotlin code style with IntelliJ IDEA](code-style-migration-guide.md) guide.
+
## Source code organization
### Directory structure
diff --git a/docs/topics/gradle/gradle.md b/docs/topics/gradle/gradle.md
index e136b6be0a4..c7887c546dd 100644
--- a/docs/topics/gradle/gradle.md
+++ b/docs/topics/gradle/gradle.md
@@ -27,4 +27,4 @@ Learn about:
please refer to the [Dokka README](https://github.com/Kotlin/dokka/blob/master/README.md#using-the-gradle-plugin)
for configuration instructions. Dokka supports mixed-language projects and can generate output in multiple
formats, including standard Javadoc.
-* **OSGi**. For OSGi support see the [Kotlin OSGi page](kotlin-osgi.md).
+* **OSGi**. For OSGi support see the [Kotlin OSGi page](kotlin-osgi.md).
\ No newline at end of file
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.
diff --git a/docs/topics/maven.md b/docs/topics/maven.md
index 12832283f21..d813ac9ba21 100644
--- a/docs/topics/maven.md
+++ b/docs/topics/maven.md
@@ -362,4 +362,4 @@ your Maven project, see [Maven](dokka-maven.md).
## Enable OSGi support
-[Learn how to enable OSGi support in your Maven project](kotlin-osgi.md#maven).
+[Learn how to enable OSGi support in your Maven project](kotlin-osgi.md#maven).
\ No newline at end of file