]> git.lizzy.rs Git - rust.git/blobdiff - README.md
std::trie: Fix find_mut for non-present keys
[rust.git] / README.md
index 30ad2bd112f8c624b35cefda29ce31c48cd5432d..ed3a353f0e689ee5439f3efcf72352797e550b62 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ documentation.
 
 [tutorial]: http://static.rust-lang.org/doc/tutorial.html
 [wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
-[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe
+[win-exe]: http://static.rust-lang.org/dist/rust-0.8-install.exe
 
 ### Linux / OS X
 
@@ -33,9 +33,9 @@ documentation.
     
     To build from the [tarball] do:
     
-        $ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz
-        $ tar -xzf rust-0.7.tar.gz
-        $ cd rust-0.7
+        $ curl -O http://static.rust-lang.org/dist/rust-0.8.tar.gz
+        $ tar -xzf rust-0.8.tar.gz
+        $ cd rust-0.8
     
     Or to build from the [repo] do:
 
@@ -60,8 +60,8 @@ documentation.
 4. Enjoy!
 
 [repo]: https://github.com/mozilla/rust
-[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz
-[tutorial]: http://static.rust-lang.org/doc/tutorial.html
+[tarball]: http://static.rust-lang.org/dist/rust-0.8.tar.gz
+[tutorial]: http://static.rust-lang.org/doc/0.8/tutorial.html
 
 ## Notes