about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-06 09:04:22 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-06 22:22:32 +0530
commitce2d04a77acd1021d91d81d04f399df731daf0cf (patch)
tree980f0575e8f513c66ed97c513057f4d9cf0accda
parent55087e78fa344639576d3f96b238a0f0ac646c2a (diff)
parenta037cdfcf159a6db80ddd95acd99a61b8441bbe6 (diff)
downloadrust-ce2d04a77acd1021d91d81d04f399df731daf0cf.tar.gz
rust-ce2d04a77acd1021d91d81d04f399df731daf0cf.zip
Rollup merge of #23048 - davbo:fix-broken-link-in-old-guide, r=brson
 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).