From c9ab8e9bfc8010755410b4ac3bb65bf60f6baa0a Mon Sep 17 00:00:00 2001 From: suralc Date: Sat, 28 Dec 2013 20:40:50 +0100 Subject: [PATCH] Updated git-workflow.md to remove a false link Replaced link to gitref.org to try.github.com as gitref.org is down. --- docs/internals/git-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/git-workflow.md b/docs/internals/git-workflow.md index fc8b275..1f98ebb 100644 --- a/docs/internals/git-workflow.md +++ b/docs/internals/git-workflow.md @@ -3,7 +3,7 @@ Git workflow for Yii 2 contributors So you want to contribute to Yii? Great! But to increase the chances of your changes being accepted quickly, please follow the following steps (the first 2 steps only need to be done the first time you contribute). If you are new to git -and github, you might want to first check out [github help](http://help.github.com/), [learn git](http://gitref.org/) +and github, you might want to first check out [github help](http://help.github.com/), [try git](https://try.github.com) or learn something about [git internal data model](http://nfarina.com/post/9868516270/git-is-simpler). ### 1. [Fork](http://help.github.com/fork-a-repo/) the Yii repository on github and clone your fork to your development