Merge pull request #4759 from clarkwinkelmann/patch-1

Fixed the example fork url in CONTRIBUTING
This commit is contained in:
Jordon Bedwell 2016-04-05 14:38:02 -05:00
commit a449512912
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ That's it! You'll be automatically subscribed to receive updates as others revie
4. Hack away, add tests. Not necessarily in that order.
5. Make sure everything still passes by running `script/cibuild` (see [the tests section](#running-tests-locally) below)
6. Push the branch up ( `git push origin my-awesome-feature` ).
7. Create a pull request by visiting https://github.com/<your-username>/jekyll/ and following the instructions at the top of the screen.
7. Create a pull request by visiting `https://github.com/<your-username>/jekyll` and following the instructions at the top of the screen.
## Proposing updates to the documentation