Skip to content

Commit 792d5b7

Browse files
committed
doc: Add disclaimers about versions of external docs
1 parent 0564141 commit 792d5b7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/doc/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ li {list-style-type: none; }
6969

7070
# External documentation
7171

72-
* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists.
73-
* [Rust by Example] - Short examples of common tasks in Rust.
72+
*Note: While these are great resources for learning Rust, they may
73+
track a particular version of Rust that is likely not exactly the same
74+
as that for which this documentation was generated.*
75+
76+
* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists (tracks the most recent release).
77+
* [Rust by Example] - Short examples of common tasks in Rust (tracks the master branch).
7478
* [The Rust wiki](http://github.com/rust-lang/rust/wiki)
7579

7680
[Rust for Rubyists]: http://www.rustforrubyists.com/

0 commit comments

Comments
 (0)