From b29c194d696fad54c274017884bac9698ed74239 Mon Sep 17 00:00:00 2001 From: Matthew Webb Date: Fri, 3 Jul 2020 09:57:51 -0700 Subject: [PATCH 1/2] Fix README link to Getting Started --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d3d51ce9b23..639789123d832 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 From e6cf96d48878ec79d5b76a61374445e5371da4ca Mon Sep 17 00:00:00 2001 From: Matthew Webb Date: Fri, 3 Jul 2020 10:05:16 -0700 Subject: [PATCH 2/2] Fix broken CONTRIBUTING link to Getting Started --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 373604adb0541..aad495fa3fae6 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/