[FFmpeg-devel] [PATCH] web/download: Change main repository URL to use https

Michael Niedermayer michael at niedermayer.cc
Mon May 2 02:54:07 CEST 2016


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
---
 src/download |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/download b/src/download
index 47bee8f..82d3ca3 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>
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list