Skip to content

Commit dd472fc

Browse files
jdbrandonelizarov
authored andcommitted
Update coroutines-guide-ui.md
Update children of a coroutine documentation link
1 parent 0661d47 commit dd472fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/coroutines-guide-ui.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ suspend fun CoroutineScope.launchInIO() = launch(Dispatchers.IO) {
556556
Parent-child relation between jobs forms a hierarchy. A coroutine that performs some background job on behalf of
557557
the view and in its context can create further children coroutines. The whole tree of coroutines gets cancelled
558558
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.
559+
["Children of a coroutine"](../docs/coroutine-context-and-dispatchers.md#children-of-a-coroutine) section of the guide to coroutines.
560560
<!--- CLEAR -->
561561

562562
### Blocking operations

0 commit comments

Comments
 (0)