Typo fix in tutorial.

This commit is contained in:
Graydon Hoare 2012-01-19 22:55:40 -08:00
parent 59527a7d20
commit d8e750f1c6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ The install locations can be adjusted by passing a `--prefix` argument
to `configure`. Various other options are also supported, pass `--help`
for more information on them.
[installer]: http://dl.rust-lang.org/dist/rust-0.1-installer.exe
[installer]: http://dl.rust-lang.org/dist/rust-0.1-install.exe
[tarball]: http://dl.rust-lang.org/dist/rust-0.1.tar.gz
## Compiling your first program