aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/coroutines-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/coroutines-guide.md')
-rw-r--r--docs/topics/coroutines-guide.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/coroutines-guide.md b/docs/topics/coroutines-guide.md
index 239b2a45..3d857991 100644
--- a/docs/topics/coroutines-guide.md
+++ b/docs/topics/coroutines-guide.md
@@ -17,7 +17,6 @@ In order to use coroutines as well as follow the examples in this guide, you nee
## Table of contents
* [Coroutines basics](coroutines-basics.md)
-* [Tutorial: Create a basic coroutine](coroutines-basic-jvm.md)
* [Hands-on: Intro to coroutines and channels](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels)
* [Cancellation and timeouts](cancellation-and-timeouts.md)
* [Composing suspending functions](composing-suspending-functions.md)
@@ -32,6 +31,6 @@ In order to use coroutines as well as follow the examples in this guide, you nee
## Additional references
-* [Guide to UI programming with coroutines](../../ui/coroutines-guide-ui.md)
-* [Coroutines design document (KEEP)](https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md)
+* [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md)
+* [Coroutines design document (KEEP)](https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md)
* [Full kotlinx.coroutines API reference](https://kotlin.github.io/kotlinx.coroutines)