Skip to content

Commit b59d166

Browse files
authored
Rollup merge of rust-lang#66171 - JohnTitor:update-link, r=ehuss
Update link on CONTRIBUTING.md This is a lost article of rust-lang#66162 Follow-up for rust-lang/rustc-dev-guide#491 CC: @mark-i-m
2 parents 02de841 + 90b094a commit b59d166

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
@@ -105,7 +105,7 @@ contributions to the compiler and the standard library. It also lists some
105105
really useful commands to the build system (`./x.py`), which could save you a
106106
lot of time.
107107

108-
[rustcguidebuild]: https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html
108+
[rustcguidebuild]: https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html
109109

110110
## Pull Requests
111111
[pull-requests]: #pull-requests
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
For info on how the current borrowck works, see the [rustc guide].
22

3-
[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
3+
[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html

0 commit comments

Comments
 (0)