Fixed the example fork url in CONTRIBUTING

This commit is contained in:
Clark Winkelmann 2016-04-05 20:51:33 +02:00
parent e801d55ddf
commit 51f79a4387
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. 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) 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` ). 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 ## Proposing updates to the documentation