From 21617ad620fde0ece2d98b493b5eff474d97eaf5 Mon Sep 17 00:00:00 2001 From: Earl St Sauver Date: Sat, 3 Jan 2015 20:16:04 -0800 Subject: [PATCH] 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. --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)