Skip to content

Commit df43dcd

Browse files
committed
Fix "getting started" link
The previous link is 404.
1 parent cd1a46d commit df43dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Thank you for your interest in contributing to Rust!
44

55
To get started, read the [Getting Started] guide in the [rustc-dev-guide].
66

7-
[Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.md
7+
[Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.html
88
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Rust build system uses a Python script called `x.py` to build the compiler,
2626
which manages the bootstrapping process. More information about it can be found
2727
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
2828

29-
[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.md
29+
[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html
3030
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
3131

3232
### Building on a Unix-like system

0 commit comments

Comments
 (0)