Rollup merge of #66162 - Darksonn:master, r=ehuss
Fix broken link in README The link to the rustc guide on building and running the compiler is broken. It was broken in [rustc-guide#491](https://github.com/rust-lang/rustc-guide/pull/491).
This commit is contained in:
commit
02de841def
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ The Rust build system has a Python script called `x.py` to bootstrap building
|
|||
the compiler. More information about it may be found by running `./x.py --help`
|
||||
or reading the [rustc guide][rustcguidebuild].
|
||||
|
||||
[rustcguidebuild]: https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html
|
||||
[rustcguidebuild]: https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html
|
||||
|
||||
### Building on *nix
|
||||
1. Make sure you have installed the dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue