Skip to content

Commit f4f519b

Browse files
authored
docs: Coroutines guide: update URL (#4411)
1 parent adc1ca5 commit f4f519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/coroutines-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to use coroutines as well as follow the examples in this guide, you nee
2020
## Table of contents
2121

2222
* [Coroutines basics](coroutines-basics.md)
23-
* [Hands-on: Intro to coroutines and channels](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels)
23+
* [Tutorial: Intro to coroutines and channels](coroutines-and-channels.md)
2424
* [Cancellation and timeouts](cancellation-and-timeouts.md)
2525
* [Composing suspending functions](composing-suspending-functions.md)
2626
* [Coroutine context and dispatchers](coroutine-context-and-dispatchers.md)

0 commit comments

Comments
 (0)