Skip to content

Commit

Permalink
Fix install link
Browse files Browse the repository at this point in the history
  • Loading branch information
luis4a0 authored Feb 5, 2024
1 parent bedf515 commit 8b49714
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 8b49714

Please sign in to comment.