about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-01-04 21:36:39 +0000
committerbors <bors@rust-lang.org>2015-01-04 21:36:39 +0000
commiteb6f340d2a659d0f81e858b70441c6cf411d477b (patch)
treeeab2f5c565cf4889b66bdb777a75495790900ccc
parent612be77c1f86a2b45471a2630df722e2a8d1d686 (diff)
parent21617ad620fde0ece2d98b493b5eff474d97eaf5 (diff)
downloadrust-eb6f340d2a659d0f81e858b70441c6cf411d477b.tar.gz
rust-eb6f340d2a659d0f81e858b70441c6cf411d477b.zip
Merge pull request #20505 from estsauver/doc_20504
Update guide index to point to the task page

Reviewed-by: alexcrichton
-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)