summaryrefslogtreecommitdiff
path: root/doc/git-howto.txt
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-20 22:31:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-20 22:59:33 +0100
commit3cc04b6a9a6a180533c3905613610b900f2d59cf (patch)
tree4c4001102cbbd392354ef6c26c95db15d74bbd74 /doc/git-howto.txt
parent15a686b714a2a5a9c0a012458357bf9df8bbdc2d (diff)
git-howto: update git url.
git.videolan.org is confusing to some users as videolan is a seperate project from ffmpeg. the new name points to git.videolan.org but avoids the confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/git-howto.txt')
-rw-r--r--doc/git-howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt
index 06aee44501..194d8d8243 100644
--- a/doc/git-howto.txt
+++ b/doc/git-howto.txt
@@ -44,11 +44,11 @@ I. BASICS:
1. Cloning the source tree:
- git clone git://git.videolan.org/ffmpeg <target>
+ git clone git://source.ffmpeg.org/ffmpeg <target>
This will put the FFmpeg sources into the directory <target>.
- git clone git@git.videolan.org:ffmpeg <target>
+ git clone git@source.ffmpeg.org:ffmpeg <target>
This will put the FFmpeg sources into the directory <target> and let
you push back your changes to the remote repository.
@@ -97,7 +97,7 @@ I. BASICS:
git log <filename(s)>
You may also use the graphical tools like gitview or gitk or the web
- interface available at http://git.videolan.org
+ interface available at http://source.ffmpeg.org
6. Checking source tree status: