From a11a73c1fd8674c36f4b6a075e85a39cc4ab917c Mon Sep 17 00:00:00 2001 From: tom tomsen Date: Sun, 12 Jan 2014 10:02:17 +0000 Subject: [PATCH] fixed invalid upstream url --- 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 1f98ebbb58..0e15055b14 100644 --- a/docs/internals/git-workflow.md +++ b/docs/internals/git-workflow.md @@ -158,7 +158,7 @@ Doing so will save travis from commencing testruns on changes that are not cover ``` git clone git@github.com:YOUR-GITHUB-USERNAME/yii.git -git remote add upstream git://github.com/yiisoft/yii.github +git remote add upstream git://github.com/yiisoft/yii.git ``` ```