diff options
| author | Alice Ryhl <alice@ryhl.io> | 2019-11-06 16:41:24 +0100 |
|---|---|---|
| committer | Alice Ryhl <alice@ryhl.io> | 2019-11-06 16:41:24 +0100 |
| commit | 2daf7b9fe3b99703076d81319daad619d0f366e7 (patch) | |
| tree | 43b9bd842142e2854ee92fae9c078e558f04004c | |
| parent | 61a551b4939ec1d5596e585351038b8fbd0124ba (diff) | |
| download | rust-2daf7b9fe3b99703076d81319daad619d0f366e7.tar.gz rust-2daf7b9fe3b99703076d81319daad619d0f366e7.zip | |
Fix broken link in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c5468a29248..61d3c9e1157 100644 --- a/README.md +++ b/README.md @@ -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: |
