Skip to content

Commit 21617ad

Browse files
committed
Update guide index to point to the task page
When the "threads" guides were renamed to be "tasks" guides, it looks like this link was missed. Here's the other relevant commit.
1 parent c6c7866 commit 21617ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ a guide that can help you out:
5858
* [Strings](guide-strings.html)
5959
* [Pointers](guide-pointers.html)
6060
* [Crates and modules](guide-crates.html)
61-
* [Threads and Communication](guide-threads.html)
61+
* [Threads and Communication](guide-tasks.html)
6262
* [Error Handling](guide-error-handling.html)
6363
* [Foreign Function Interface](guide-ffi.html)
6464
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)

0 commit comments

Comments
 (0)