]> git.proxmox.com Git - rustc.git/blobdiff - CONTRIBUTING.md
New upstream version 1.25.0+dfsg1
[rustc.git] / CONTRIBUTING.md
index 54c507304f9f112493d9ea399fdf042de499f5aa..70376c120fc0a4fc8ae663cfa2f762eec0b18df7 100644 (file)
@@ -301,12 +301,12 @@ It's absolutely fine to have multiple build directories with different
 [pull-requests]: #pull-requests
 
 Pull requests are the primary mechanism we use to change Rust. GitHub itself
-has some [great documentation][pull-requests] on using the Pull Request feature.
+has some [great documentation][about-pull-requests] on using the Pull Request feature.
 We use the "fork and pull" model [described here][development-models], where
 contributors push changes to their personal fork and create pull requests to
 bring those changes into the source repository.
 
-[pull-requests]: https://help.github.com/articles/about-pull-requests/
+[about-pull-requests]: https://help.github.com/articles/about-pull-requests/
 [development-models]: https://help.github.com/articles/about-collaborative-development-models/
 
 Please make pull requests against the `master` branch.