From 51f79a4387baf7ee7123be8846eff60030ada5b0 Mon Sep 17 00:00:00 2001 From: Clark Winkelmann Date: Tue, 5 Apr 2016 20:51:33 +0200 Subject: [PATCH] Fixed the example fork url in CONTRIBUTING --- .github/CONTRIBUTING.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.markdown b/.github/CONTRIBUTING.markdown index 9c3c985d..5b8aba32 100644 --- a/.github/CONTRIBUTING.markdown +++ b/.github/CONTRIBUTING.markdown @@ -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//jekyll/ and following the instructions at the top of the screen. +7. Create a pull request by visiting `https://github.com//jekyll` and following the instructions at the top of the screen. ## Proposing updates to the documentation