Skip to content

Commit

Permalink
Fixed broken git URLs
Browse files Browse the repository at this point in the history
- Fixed broken git urls for git.zendframework.com
  • Loading branch information
weierophinney committed Jul 23, 2010
1 parent cdd6447 commit 617e157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-GIT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ github or other public site, or setup/use your own repository.

% git remote add zf2 git://github.com/zendframework/zf2.git
- OR -
% git remote add zf2 git://zendframework.com/zf2.git
% git remote add zf2 git://git.zendframework.com/zf.git
- AND -
% git fetch zf2

Expand Down Expand Up @@ -77,7 +77,7 @@ github or other public site, or setup/use your own repository.

* Add a remote for the ZF repository and fetch it

% git remote add zf2 git://zendframework.com/zf2.git
% git remote add zf2 git://git.zendframework.com/zf.git
% git fetch zf2

* Create a new branch for the ZF repository (named "zf/master" here)
Expand Down

0 comments on commit 617e157

Please sign in to comment.