From a037cdfcf159a6db80ddd95acd99a61b8441bbe6 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 4 Mar 2015 23:18:24 +0000 Subject: [PATCH] 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. --- src/doc/guide-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).