We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc1ca5 commit f4f519bCopy full SHA for f4f519b
docs/topics/coroutines-guide.md
@@ -20,7 +20,7 @@ In order to use coroutines as well as follow the examples in this guide, you nee
20
## Table of contents
21
22
* [Coroutines basics](coroutines-basics.md)
23
-* [Hands-on: Intro to coroutines and channels](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels)
+* [Tutorial: Intro to coroutines and channels](coroutines-and-channels.md)
24
* [Cancellation and timeouts](cancellation-and-timeouts.md)
25
* [Composing suspending functions](composing-suspending-functions.md)
26
* [Coroutine context and dispatchers](coroutine-context-and-dispatchers.md)
0 commit comments