diff options
| author | bors <bors@rust-lang.org> | 2015-01-04 21:36:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-01-04 21:36:39 +0000 |
| commit | eb6f340d2a659d0f81e858b70441c6cf411d477b (patch) | |
| tree | eab2f5c565cf4889b66bdb777a75495790900ccc | |
| parent | 612be77c1f86a2b45471a2630df722e2a8d1d686 (diff) | |
| parent | 21617ad620fde0ece2d98b493b5eff474d97eaf5 (diff) | |
| download | rust-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.md | 2 |
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) |
