Commit 64989b14 by Alexander Makarov

Merge pull request #1928 from tomtomsen/invalid_remote_url_in_workflow_md

workflow.md: fixed invalid upstream url
parents e6f9aef3 a11a73c1
...@@ -158,7 +158,7 @@ Doing so will save travis from commencing testruns on changes that are not cover ...@@ -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 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
``` ```
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment