We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02de841 + 90b094a commit b59d166Copy full SHA for b59d166
CONTRIBUTING.md
@@ -105,7 +105,7 @@ contributions to the compiler and the standard library. It also lists some
105
really useful commands to the build system (`./x.py`), which could save you a
106
lot of time.
107
108
-[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
109
110
## Pull Requests
111
[pull-requests]: #pull-requests
src/librustc/infer/region_constraints/README.md
@@ -1,3 +1,3 @@
1
For info on how the current borrowck works, see the [rustc guide].
2
3
-[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
+[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
0 commit comments