diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-03 17:17:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 17:17:07 -0700 |
| commit | e4c505b8792dc5593f37e23e2fb145d99b2a8619 (patch) | |
| tree | 88959215afcabd4527ac39208951f3d8f33bfeac | |
| parent | 70c4b2ff6098b06229c1c04ea4f8e7cd0b8cdd19 (diff) | |
| parent | df43dcd7d4c972f63a51a9fedfa06cd17ffc6479 (diff) | |
| download | rust-e4c505b8792dc5593f37e23e2fb145d99b2a8619.tar.gz rust-e4c505b8792dc5593f37e23e2fb145d99b2a8619.zip | |
Rollup merge of #73985 - e00E:fix-getting-started-link, r=jonas-schievink
Fix "getting started" link The previous link is 404.
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 373604adb05..aad495fa3fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,5 +4,5 @@ Thank you for your interest in contributing to Rust! To get started, read the [Getting Started] guide in the [rustc-dev-guide]. -[Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.md +[Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.html [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/ diff --git a/README.md b/README.md index 70d3d51ce9b..639789123d8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Rust build system uses a Python script called `x.py` to build the compiler, which manages the bootstrapping process. More information about it can be found by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild]. -[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.md +[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html ### Building on a Unix-like system |
