Skip to content

Commit 4f205d5

Browse files
committed
---
yaml --- r: 68590 b: refs/heads/auto c: a2db7c1 h: refs/heads/master v: v3
1 parent 8cfec0f commit 4f205d5

File tree

4 files changed

+677
-9
lines changed

4 files changed

+677
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: c842f1335da821fa08bbf9da9783846ac1905654
17+
refs/heads/auto: a2db7c15ce9f586164cabb15d83fb3f6bbeb3cf5
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/doc/tutorial.md

Lines changed: 5 additions & 5 deletions
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)