We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0661d47 commit dd472fcCopy full SHA for dd472fc
ui/coroutines-guide-ui.md
@@ -556,7 +556,7 @@ suspend fun CoroutineScope.launchInIO() = launch(Dispatchers.IO) {
556
Parent-child relation between jobs forms a hierarchy. A coroutine that performs some background job on behalf of
557
the view and in its context can create further children coroutines. The whole tree of coroutines gets cancelled
558
when the parent job is cancelled. An example of that is shown in the
559
-["Children of a coroutine"](../docs/coroutines-guide.md#children-of-a-coroutine) section of the guide to coroutines.
+["Children of a coroutine"](../docs/coroutine-context-and-dispatchers.md#children-of-a-coroutine) section of the guide to coroutines.
560
<!--- CLEAR -->
561
562
### Blocking operations
0 commit comments