diff options
| author | David King <dave@davbo.org> | 2015-03-04 23:18:24 +0000 |
|---|---|---|
| committer | David King <dave@davbo.org> | 2015-03-04 23:18:24 +0000 |
| commit | a037cdfcf159a6db80ddd95acd99a61b8441bbe6 (patch) | |
| tree | 145753f5eedb3fda0e26df5c21695163e229a14d | |
| parent | 3b3bb0e682c2d252e9f62dd9df5cff9552af91ad (diff) | |
| download | rust-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.md | 2 |
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). |
