]> git.sesse.net Git - ffmpeg/blobdiff - doc/git-howto.txt
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / git-howto.txt
index 06aee445017240da598318e2756a55b6fd9d0018..5ba72eeeb9ebf3606ed0f99595bf23f63ca154f3 100644 (file)
@@ -39,16 +39,17 @@ I. BASICS:
 
 0. Get GIT:
 
+  Most distributions have a git package, if not
   You can get git from http://git-scm.com/
 
 
 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 +98,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: