doc: Add disclaimers about versions of external docs
This commit is contained in:
parent
05641413a7
commit
792d5b742c
1 changed files with 6 additions and 2 deletions
|
@ -69,8 +69,12 @@ li {list-style-type: none; }
|
||||||
|
|
||||||
# External documentation
|
# External documentation
|
||||||
|
|
||||||
* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists.
|
*Note: While these are great resources for learning Rust, they may
|
||||||
* [Rust by Example] - Short examples of common tasks in Rust.
|
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)
|
* [The Rust wiki](http://github.com/rust-lang/rust/wiki)
|
||||||
|
|
||||||
[Rust for Rubyists]: http://www.rustforrubyists.com/
|
[Rust for Rubyists]: http://www.rustforrubyists.com/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue