diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-09 19:47:09 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-09 19:47:09 +1100 |
| commit | 4247a30bdd73ee3f1c9fa58a4130380a2e47f6ad (patch) | |
| tree | ad9777ade163a80986128fdc04387bfd09020903 /src/doc/guide-tasks.md | |
| parent | 20bce44810eb5146f609b4362990ef8835e55bb5 (diff) | |
| download | rust-4247a30bdd73ee3f1c9fa58a4130380a2e47f6ad.tar.gz rust-4247a30bdd73ee3f1c9fa58a4130380a2e47f6ad.zip | |
Add stub deprecation files for each of the old guides.
There are hundreds of stackoverflow answers, reddit posts and blog articles that link to these documents, so it's a nicer user experience if they're not plain 404s. The intention is to let these hang around only for relatively short while. The alpha is likely to bring in many new users and they will be reading the documents mentioned above.
Diffstat (limited to 'src/doc/guide-tasks.md')
| -rw-r--r-- | src/doc/guide-tasks.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/guide-tasks.md b/src/doc/guide-tasks.md new file mode 100644 index 00000000000..be8cb670986 --- /dev/null +++ b/src/doc/guide-tasks.md @@ -0,0 +1,4 @@ +% The (old) Rust Threads and Communication Guide + +This content has moved into the +[the Rust Programming Language book](book/tasks.html). |
