From 69c92320d760d3925d5c83c4fbca6012deef4195 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 16 Jan 2011 19:23:00 +0000 Subject: Update git-howto with ffmpeg.org URLs --- doc/git-howto.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/git-howto.txt') diff --git a/doc/git-howto.txt b/doc/git-howto.txt index 8b1fc14149..519c8970ef 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 + git clone git://git.ffmpeg.org/ffmpeg.git This will put the FFmpeg sources into the directory . - git clone git@git.videolan.org:ffmpeg + git clone git@git.ffmpeg.org:ffmpeg.git This will put the FFmpeg sources into the directory and let you push back your changes to the remote repository. @@ -97,7 +97,7 @@ I. BASICS: git log 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://git.ffmpeg.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 if you have technical +Contact the project admins if you have technical problems with the GIT server. -- cgit v1.2.3