diff options
author | Johan Andersson <j@i19.se> | 2011-03-13 23:29:19 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-03-13 18:45:29 -0400 |
commit | 21de920472cc3d338312957bfd03dcac278b5ae3 (patch) | |
tree | 3f22e02f5e518a738ed8307dcdf02a9e44c36140 /doc/git-howto.txt | |
parent | 0e6a3ee4fa317f674a3e895188620aa5839cc414 (diff) | |
download | ffmpeg-21de920472cc3d338312957bfd03dcac278b5ae3.tar.gz |
Update the url to the site website and change ffmpeg-devel to libav-devel
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'doc/git-howto.txt')
-rw-r--r-- | doc/git-howto.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt index 519c8970ef..c6cbc2b668 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.ffmpeg.org/ffmpeg.git <target> + git clone git://git.libav.org/libav.git <target> This will put the FFmpeg sources into the directory <target>. - git clone git@git.ffmpeg.org:ffmpeg.git <target> + git clone git@git.libav.org:libav.git <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.ffmpeg.org/ + interface available at http://git.libav.org/ 6. Checking source tree status: @@ -255,5 +255,5 @@ I. BASICS: where $SHA1 is the commit SHA1 from the 'git log' output. -Contact the project admins <git at ffmpeg dot org> if you have technical +Contact the project admins <git at libav dot org> if you have technical problems with the GIT server. |