The branch, master has been updated
       via  110925bb71a0c83cfcd247958eb0d7c22a7d63f7 (commit)
      from  9bbddd44cb8ec4a921c16660c266ea84478cb499 (commit)


- Log -----------------------------------------------------------------
commit 110925bb71a0c83cfcd247958eb0d7c22a7d63f7
Author:     Michael Niedermayer <mich...@niedermayer.cc>
AuthorDate: Mon May 2 02:36:53 2016 +0200
Commit:     Michael Niedermayer <mich...@niedermayer.cc>
CommitDate: Tue May 3 12:14:12 2016 +0200

    web/download: Change main repository URL to use https
    
    This also switches the public git URL to use the same server as ffmpeg-web 
& fateserver git
    That way all git server URLs are also much more consistent
    
    Reviewed-by: Hendrik Leppkes <h.lepp...@gmail.com>

diff --git a/src/download b/src/download
index 4e8f7fa..d59ba57 100644
--- a/src/download
+++ b/src/download
@@ -131,7 +131,7 @@
           by using the command:
         </p>
 
-        <pre>git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg</pre>
+        <pre>git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg</pre>
 
         <div>
           <div class="pull-right">
@@ -194,7 +194,7 @@
       <tbody>
         <tr>
           <td>
-            <div class="pull-left"><a 
href="git://source.ffmpeg.org/ffmpeg.git">git://source.ffmpeg.org/ffmpeg.git</a></div>
+            <div class="pull-left"><a 
href="https://git.ffmpeg.org/ffmpeg.git";>https://git.ffmpeg.org/ffmpeg.git</a></div>
             <div class="pull-right">
               <a class="btn btn-success" 
href="http://git.videolan.org/?p=ffmpeg.git";>Browse</a>
             </div>

-----------------------------------------------------------------------

Summary of changes:
 src/download | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to