about summary refs log tree commit diff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2013-04-01 16:06:23 -0700
committerGraydon Hoare <graydon@mozilla.com>2013-04-01 16:15:49 -0700
commit951f460aa800cea36678a13b667140fa2acafdb9 (patch)
tree914302cb4d6106167164e6b8d223ac514287b820 /doc/tutorial.md
parentdc60788215afc61b3f5b5e57cf786478218b919e (diff)
downloadrust-951f460aa800cea36678a13b667140fa2acafdb9.tar.gz
rust-951f460aa800cea36678a13b667140fa2acafdb9.zip
tidy version numbers and copyright dates
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 3ae320adffc..42b0d5a585a 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -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.5.tar.gz
-$ tar -xzf rust-0.5.tar.gz
-$ cd rust-0.5
+$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
+$ tar -xzf rust-0.6.tar.gz
+$ cd rust-0.6
 $ ./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.5.tar.gz
-[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
+[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
 
 ## Compiling your first program