Skip to content

Commit 41bce91

Browse files
committed
Fix tutorial link to tasks
Closes #3715
1 parent c87ff5e commit 41bce91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,9 @@ hold on to things that can safely be sent between
16301630
processes. They copy the values they close over, much like managed
16311631
closures, but they also own them: that is, no other code can access
16321632
them. Owned closures are used in concurrent code, particularly
1633-
for spawning [tasks](#tasks).
1633+
for spawning [tasks][tasks].
1634+
1635+
[tasks]: tutorial-tasks.html
16341636

16351637
## Closure compatibility
16361638

0 commit comments

Comments
 (0)