Skip to content

Commit

Permalink
Update coroutines-guide.md link (Kotlin#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
koshachy authored and pablobaxter committed Sep 14, 2022
1 parent 56576a2 commit d65e9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/coroutines-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ In order to use coroutines as well as follow the examples in this guide, you nee
## Additional references

* [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/kotlin-coroutines/blob/master/kotlin-coroutines-informal.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)

0 comments on commit d65e9d8

Please sign in to comment.