Skip to content

Commit

Permalink
Update guide index to point to the task page
Browse files Browse the repository at this point in the history
When the "threads" guides were renamed to be "tasks" guides, it looks
like this link was missed.

Here's the other relevant commit.
  • Loading branch information
estsauver committed Jan 4, 2015
1 parent c6c7866 commit 21617ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/index.md
Expand Up @@ -58,7 +58,7 @@ a guide that can help you out:
* [Strings](guide-strings.html)
* [Pointers](guide-pointers.html)
* [Crates and modules](guide-crates.html)
* [Threads and Communication](guide-threads.html)
* [Threads and Communication](guide-tasks.html)
* [Error Handling](guide-error-handling.html)
* [Foreign Function Interface](guide-ffi.html)
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
Expand Down

0 comments on commit 21617ad

Please sign in to comment.