diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-06-19 11:45:16 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-06-19 11:45:16 -0700 |
| commit | 792d5b742c44f3c7120a3982cbae44abc33e552d (patch) | |
| tree | 1f71e1aa2ce78e9ac6ce2d84dda985d1312825a1 | |
| parent | 05641413a766b8cbd2315eeb6258df289f0737d5 (diff) | |
| download | rust-792d5b742c44f3c7120a3982cbae44abc33e552d.tar.gz rust-792d5b742c44f3c7120a3982cbae44abc33e552d.zip | |
doc: Add disclaimers about versions of external docs
| -rw-r--r-- | src/doc/index.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 78f72819b5b..e77f3418d05 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -69,8 +69,12 @@ li {list-style-type: none; } # External documentation -* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists. -* [Rust by Example] - Short examples of common tasks in Rust. +*Note: While these are great resources for learning Rust, they may +track a particular version of Rust that is likely not exactly the same +as that for which this documentation was generated.* + +* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists (tracks the most recent release). +* [Rust by Example] - Short examples of common tasks in Rust (tracks the master branch). * [The Rust wiki](http://github.com/rust-lang/rust/wiki) [Rust for Rubyists]: http://www.rustforrubyists.com/ |
