From d67cd63723882ac20c00fa580f9093969f116efe Mon Sep 17 00:00:00 2001 From: Suriyaa Kudo Date: Fri, 26 Feb 2016 15:57:06 +0100 Subject: [PATCH] Add fork link in CONTRIBUTING.markdown --- CONTRIBUTING.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index f83249c9..ce1a10eb 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -56,7 +56,7 @@ Workflow Here's the most direct way to get your work merged into the project: -* Fork the project. +* [Fork](https://github.com/jekyll/jekyll/fork) the project. * Clone down your fork ( `git clone git@github.com:[username]/jekyll.git` ). * Create a topic branch to contain your change ( `git checkout -b my_awesome_feature` ). * Hack away, add tests. Not necessarily in that order.