Commit 3cc04b6a authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 15a686b7
...@@ -44,11 +44,11 @@ I. BASICS: ...@@ -44,11 +44,11 @@ I. BASICS:
1. Cloning the source tree: 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>. 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 This will put the FFmpeg sources into the directory <target> and let
you push back your changes to the remote repository. you push back your changes to the remote repository.
...@@ -97,7 +97,7 @@ I. BASICS: ...@@ -97,7 +97,7 @@ I. BASICS:
git log <filename(s)> git log <filename(s)>
You may also use the graphical tools like gitview or gitk or the web 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: 6. Checking source tree status:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment