-
Notifications
You must be signed in to change notification settings - Fork 1.9k
update: update coroutines-guide.md #2661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update the links to the additional references
docs/topics/coroutines-guide.md
Outdated
@@ -31,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](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) | |||
* [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/develop/ui/coroutines-guide-ui.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it has to be pointing to the current master
which is the state of the last stable release, not to develop.
Maybe the problem is in something elese?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/develop/ui/coroutines-guide-ui.md) | |
* [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, it's my bad.
I was on the develop
branch when preparing the PR and copied the wrong link.
Update the links to the additional references
https://youtrack.jetbrains.com/issue/KT-45090
KT-45090 Broken link for "Guide to UI programming with coroutines"