]> git.lizzy.rs Git - rust.git/commitdiff
doc: Update links to 0.7
authorBrian Anderson <banderson@mozilla.com>
Tue, 2 Jul 2013 16:25:44 +0000 (09:25 -0700)
committerBrian Anderson <banderson@mozilla.com>
Tue, 2 Jul 2013 16:25:44 +0000 (09:25 -0700)
doc/tutorial.md

index aa6e90826bbbf5d902eeb4cbd0477244abb1bbcd..d3113703c7cc19c2ae56d9604371bb0fbd1b715b 100644 (file)
@@ -99,9 +99,9 @@ If you've fulfilled those prerequisites, something along these lines
 should work.
 
 ~~~~ {.notrust}
-$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
-$ tar -xzf rust-0.6.tar.gz
-$ cd rust-0.6
+$ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz
+$ tar -xzf rust-0.7.tar.gz
+$ cd rust-0.7
 $ ./configure
 $ make && make install
 ~~~~
@@ -119,8 +119,8 @@ API-documentation tool; `rustpkg`, the Rust package manager;
 interface for them, and for a few common command line scenarios.
 
 [wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
-[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
-[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
+[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz
+[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe
 
 ## Compiling your first program