Skip to content

Commit a2db7c1

Browse files
committed
doc: Update links to 0.7
1 parent 451c943 commit a2db7c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/tutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ If you've fulfilled those prerequisites, something along these lines
9999
should work.
100100

101101
~~~~ {.notrust}
102-
$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
103-
$ tar -xzf rust-0.6.tar.gz
104-
$ cd rust-0.6
102+
$ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz
103+
$ tar -xzf rust-0.7.tar.gz
104+
$ cd rust-0.7
105105
$ ./configure
106106
$ make && make install
107107
~~~~
@@ -119,8 +119,8 @@ API-documentation tool; `rustpkg`, the Rust package manager;
119119
interface for them, and for a few common command line scenarios.
120120

121121
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122-
[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
123-
[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
122+
[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz
123+
[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe
124124

125125
## Compiling your first program
126126

0 commit comments

Comments
 (0)