]> git.lizzy.rs Git - rust.git/commitdiff
Update CONTRIBUTING.md
authorMatthew Walinga <matthew.walinga@gmail.com>
Thu, 18 Jan 2018 23:05:33 +0000 (18:05 -0500)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 23:05:33 +0000 (18:05 -0500)
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.