Skip to content

Commit

Permalink
Merge pull request #149 from luis4a0/patch-1
Browse files Browse the repository at this point in the history
Fix install link
  • Loading branch information
nrc authored Feb 21, 2024
2 parents bedf515 + 8b49714 commit 3cea93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Cargo project, and implement Hello World.

## Getting Rust

You can get Rust from [http://www.rust-lang.org/install.html](http://www.rust-lang.org/install.html).
You can get Rust from [http://www.rust-lang.org/tools/install](http://www.rust-lang.org/tools/install).
The downloads from there include the Rust compiler, standard libraries, and
Cargo, which is a package manager and build tool for Rust.

Expand Down Expand Up @@ -66,7 +66,7 @@ On Windows, a similarly easy way would be to run
choco install rust
```

For other ways to install, see [http://www.rust-lang.org/install.html](http://www.rust-lang.org/install.html).
For other ways to install, see [http://www.rust-lang.org/tools/install](http://www.rust-lang.org/tools/install).

You can find the source at [github.com/rust-lang/rust](https://github.com/rust-lang/rust).
To build the compiler, run `./configure && make rustc`. See
Expand Down

0 comments on commit 3cea93b

Please sign in to comment.