Skip to content

Commit

Permalink
Rollup merge of #66171 - JohnTitor:update-link, r=ehuss
Browse files Browse the repository at this point in the history
Update link on CONTRIBUTING.md

This is a lost article of #66162
Follow-up for rust-lang/rustc-dev-guide#491

CC: @mark-i-m
  • Loading branch information
JohnTitor authored Nov 7, 2019
2 parents 02de841 + 90b094a commit b59d166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contributions to the compiler and the standard library. It also lists some
really useful commands to the build system (`./x.py`), which could save you a
lot of time.

[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

## Pull Requests
[pull-requests]: #pull-requests
Expand Down
2 changes: 1 addition & 1 deletion src/librustc/infer/region_constraints/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
For info on how the current borrowck works, see the [rustc guide].

[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 comments on commit b59d166

Please sign in to comment.