about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEarl St Sauver <estsauver@gmail.com>2015-01-03 20:16:04 -0800
committerEarl St Sauver <estsauver@gmail.com>2015-01-03 20:16:04 -0800
commit21617ad620fde0ece2d98b493b5eff474d97eaf5 (patch)
tree29185b4fd458ef728437c64395a7fa2734bc1e36 /src
parentc6c786671d692d7b13c2e5c68a53001327b4b125 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/doc/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index e54bf0eb242..7f22c1eeb85 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -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)