about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid King <dave@davbo.org>2015-03-04 23:18:24 +0000
committerDavid King <dave@davbo.org>2015-03-04 23:18:24 +0000
commita037cdfcf159a6db80ddd95acd99a61b8441bbe6 (patch)
tree145753f5eedb3fda0e26df5c21695163e229a14d
parent3b3bb0e682c2d252e9f62dd9df5cff9552af91ad (diff)
downloadrust-a037cdfcf159a6db80ddd95acd99a61b8441bbe6.tar.gz
rust-a037cdfcf159a6db80ddd95acd99a61b8441bbe6.zip
Fix broken link in old rust guide
Having come back to rust recently after > 6months I was looking for docs
on tasks and stumbled upon this broken link.
-rw-r--r--src/doc/guide-tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-tasks.md b/src/doc/guide-tasks.md
index 197559bef04..21217bf54d7 100644
--- a/src/doc/guide-tasks.md
+++ b/src/doc/guide-tasks.md
@@ -1,4 +1,4 @@
 % The (old) Rust Threads and Communication Guide
 
 This content has moved into
-[the Rust Programming Language book](book/tasks.html).
+[the Rust Programming Language book](book/concurrency.html).