diff options
| author | Matthew Walinga <matthew.walinga@gmail.com> | 2018-01-18 18:05:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-18 18:05:33 -0500 |
| commit | 9a4287d263748970ee1bf7ba116bbc5225962a4f (patch) | |
| tree | f54ba569e2751c70fe4028db5a1f9314ae0df1c5 | |
| parent | 79a521bb9a8ace1a6663578a4c409906adde620d (diff) | |
| download | rust-9a4287d263748970ee1bf7ba116bbc5225962a4f.tar.gz rust-9a4287d263748970ee1bf7ba116bbc5225962a4f.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54c507304f9..70376c120fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. |
