From 78273b96d753ee75e6a72f1d8c9633d1b47f1f4d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 26 Mar 2012 22:32:48 +0200 Subject: [PATCH] Changed url to online repo. --- ende/1_end.md | 2 +- first_steps/1_init.md | 2 +- first_steps/7_remotes.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ende/1_end.md b/ende/1_end.md index 806c101..3c792da 100644 --- a/ende/1_end.md +++ b/ende/1_end.md @@ -3,7 +3,7 @@ # ende ### Jan-Erik 'badboy' Rediger \ -### 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/) diff --git a/first_steps/1_init.md b/first_steps/1_init.md index 1a9d64f..84a9919 100644 --- a/first_steps/1_init.md +++ b/first_steps/1_init.md @@ -29,4 +29,4 @@ !SLIDE command git clone \ - http://git.ctdo.de/git/git-vortrag.git + http://repos.ctdo.de/git/git-vortrag.git diff --git a/first_steps/7_remotes.md b/first_steps/7_remotes.md index 41a35d6..e433fa1 100644 --- a/first_steps/7_remotes.md +++ b/first_steps/7_remotes.md @@ -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