Skip to content

Commit 35b8d6b

Browse files
committed
chore: remove Kotlin by example
1 parent f1fd422 commit 35b8d6b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/kr.tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<toc-element toc-title="Basics">
7171
<toc-element topic="basic-syntax.md"/>
7272
<toc-element topic="idioms.md"/>
73-
<toc-element href="https://play.kotlinlang.org/byExample/overview" toc-title="Kotlin by example"/>
7473
<toc-element topic="coding-conventions.md"/>
7574
</toc-element>
7675
<toc-element toc-title="Concepts">
@@ -361,7 +360,7 @@
361360
</toc-element>
362361
<toc-element toc-title="Learning materials">
363362
<toc-element toc-title="Overview" topic="learning-materials-overview.md"/>
364-
<toc-element href="https://play.kotlinlang.org/byExample/overview" toc-title="Kotlin by example"/>
363+
<toc-element href="kotlin-tour-welcome.md" toc-title="Kotlin tour"/>
365364
<toc-element topic="koans.md"/>
366365
<toc-element href="https://hyperskill.org/tracks?category=4&amp;utm_source=jbkotlin_hs&amp;utm_medium=referral&amp;utm_campaign=kotlinlang-docs&amp;utm_content=button_1&amp;utm_term=22.03.23" toc-title="Kotlin Core track"/>
367366
<toc-element topic="kotlin-hands-on.md"/>

docs/topics/jvm/jvm-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ Congratulations! You have just run your first Kotlin application.
108108
109109
Once you've created this application, you can start to dive deeper into Kotlin syntax:
110110
111-
* Add sample code from [Kotlin examples](https://play.kotlinlang.org/byExample/overview)
111+
* Take the [Kotlin tour](kotlin-tour-welcome.md)
112112
* Install the [JetBrains Academy plugin](https://plugins.jetbrains.com/plugin/10081-jetbrains-academy) for IDEA and complete
113113
exercises from the [Kotlin Koans course](https://plugins.jetbrains.com/plugin/10081-jetbrains-academy/docs/learner-start-guide.html?section=Kotlin%20Koans)

docs/topics/learning-materials-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
You can use the following materials and resources for learning Kotlin:
44
* [Basic syntax](basic-syntax.md) – get a quick overview of the Kotlin syntax.
5+
* [Kotlin tour](kotlin-tour-welcome.md) – learn the fundamentals of the Kotlin programming language.
56
* [Idioms](idioms.md) – learn how to write idiomatic Kotlin code for popular cases.
67
* [Java to Kotlin migration guide: Strings](java-to-kotlin-idioms-strings.md) – learn how to perform typical tasks with strings in Java and Kotlin.
78
* [Java to Kotlin migration guide: Collections](java-to-kotlin-collections-guide.md) — learn how to perform typical tasks with collections in Java and Kotlin.
89
* [Java to Kotlin migration guide: Nullability](java-to-kotlin-nullability-guide.md) — learn how to handle nullability in Java and Kotlin.
910
* [Kotlin Koans](koans.md) – complete exercises to learn the Kotlin syntax. Each exercise is created as a failing unit test and your job is to make it pass. Recommended for developers with Java experience.
10-
* [Kotlin by example](https://play.kotlinlang.org/byExample/overview) – review a set of small and simple annotated examples for the Kotlin syntax.
1111
* [Kotlin Core track](https://hyperskill.org/tracks?category=4&utm_source=jbkotlin_hs&utm_medium=referral&utm_campaign=kotlinlang-docs&utm_content=button_1&utm_term=22.03.23) by JetBrains Academy – learn all the Kotlin essentials while creating working applications step by step.
1212
* [Kotlin books](books.md) – find books we've reviewed and recommend for learning Kotlin.
1313
* [Kotlin tips](kotlin-tips.md) – watch short videos where the Kotlin team shows you how to use Kotlin in a more efficient and idiomatic way, so you can have more fun when writing code.

0 commit comments

Comments
 (0)