Changed url to online repo.

This commit is contained in:
Jan-Erik Rediger 2012-03-26 22:32:48 +02:00
parent 85bcb607dd
commit 78273b96d7
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# ende
### Jan-Erik 'badboy' Rediger \<badboy@ctdo.de\>
### git clone http://git.ctdo.de/git/git-vortrag.git
### git clone http://repos.ctdo.de/git/git-vortrag.git
### [git-vortrag.git](http://repos.ctdo.de/git/?p=git-vortrag.git;a=summary)
### [online version](http://git-talk-ctdo.heroku.com/)

View File

@ -29,4 +29,4 @@
!SLIDE command
git clone \
http://git.ctdo.de/git/git-vortrag.git
http://repos.ctdo.de/git/git-vortrag.git

View File

@ -2,12 +2,12 @@
# Remotes
$ git clone http://git.ctdo.de/git/git-vortrag.git
$ git clone http://repos.ctdo.de/git/git-vortrag.git
oder nachträglich
$ git remote add ctdo \
http://git.ctdo.de/git/git-vortrag.git
http://repos.ctdo.de/git/git-vortrag.git
!SLIDE commandline