From 8af989a809a0231ba0bbc48545596cc9b9e61f7b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 27 Dec 2013 23:42:12 +0100 Subject: [PATCH] Fixed repo URL --- docs/internals/git-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internals/git-workflow.md b/docs/internals/git-workflow.md index 3386df6..fc8b275 100644 --- a/docs/internals/git-workflow.md +++ b/docs/internals/git-workflow.md @@ -18,10 +18,10 @@ then you must [setup your GIT installation to work with GitHub](http://help.gith ### 2. Add the main Yii repository as an additional git remote called "upstream" -Change to the directory where you cloned Yii, normally, "yii". Then enter the following command: +Change to the directory where you cloned Yii, normally, "yii2". Then enter the following command: ``` -git remote add upstream git://github.com/yiisoft/yii.git +git remote add upstream git://github.com/yiisoft/yii2.git ``` ### 3. Make sure there is an issue created for the thing you are working on.