Skip to content

Commit 9a4287d

Browse files
authored
Update CONTRIBUTING.md
1 parent 79a521b commit 9a4287d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ It's absolutely fine to have multiple build directories with different
301301
[pull-requests]: #pull-requests
302302

303303
Pull requests are the primary mechanism we use to change Rust. GitHub itself
304-
has some [great documentation][pull-requests] on using the Pull Request feature.
304+
has some [great documentation][about-pull-requests] on using the Pull Request feature.
305305
We use the "fork and pull" model [described here][development-models], where
306306
contributors push changes to their personal fork and create pull requests to
307307
bring those changes into the source repository.
308308

309-
[pull-requests]: https://help.github.com/articles/about-pull-requests/
309+
[about-pull-requests]: https://help.github.com/articles/about-pull-requests/
310310
[development-models]: https://help.github.com/articles/about-collaborative-development-models/
311311

312312
Please make pull requests against the `master` branch.

0 commit comments

Comments
 (0)