Skip to content

Commit d21a217

Browse files
committed
Update some links
1 parent a8add66 commit d21a217

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ where contributors push changes to their personal fork and create pull requests
6767
bring those changes into the source repository. We have more info about how to use git
6868
when contributing to Rust under [the git section](./git.md).
6969

70-
[about-pull-requests]: https://help.github.com/articles/about-pull-requests/
71-
[development-models]: https://help.github.com/articles/about-collaborative-development-models/
70+
[about-pull-requests]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
71+
[development-models]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models#fork-and-pull-model
7272

7373
### r?
7474

@@ -177,7 +177,7 @@ particularly during rebasing, citing the issue number in the commit can "spam"
177177
the issue in question.
178178

179179
[labeling]: ./rustbot.md#issue-relabeling
180-
[closing-keywords]: https://help.github.com/en/articles/closing-issues-using-keywords
180+
[closing-keywords]: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
181181

182182
### External Dependencies (subtree)
183183

src/git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ more in depth [book from Git].
1818

1919
[book from Git]: https://git-scm.com/book/en/v2/
2020
[atlassian-git]: https://www.atlassian.com/git/tutorials/what-is-version-control
21-
[documentation]: https://docs.github.com/en/github/getting-started-with-github/set-up-git
21+
[documentation]: https://docs.github.com/en/get-started/quickstart/set-up-git
2222
[guides]: https://guides.github.com/introduction/git-handbook/
2323

2424
## Prerequisites

src/query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ will in turn demand information about that crate, starting from the
3737
actual parsing.
3838

3939
Although this vision is not fully realized, large sections of the
40-
compiler (for example, generating [MIR](./mir/)) currently work exactly like this.
40+
compiler (for example, generating [MIR](./mir/index.md)) currently work exactly like this.
4141

4242
[^incr-comp-detail]: The ["Incremental Compilation in Detail](queries/incremental-compilation-in-detail.md) chapter gives a more
4343
in-depth description of what queries are and how they work.

0 commit comments

Comments
 (0)