The branch, master has been updated via 862702319c6015dcd1e13472b934b10d49afae63 (commit) from 2596f5ea7990dafcbfcff4f8ffcb56f319af02e3 (commit)
- Log ----------------------------------------------------------------- commit 862702319c6015dcd1e13472b934b10d49afae63 Author: Michael Niedermayer <michae...@gmx.at> AuthorDate: Fri Jan 23 17:06:32 2015 +0100 Commit: Michael Niedermayer <michae...@gmx.at> CommitDate: Fri Jan 23 17:09:10 2015 +0100 web/download: remove insecure git:// URLs where https:// are already available diff --git a/src/download b/src/download index 20c42f8..b82c2c2 100644 --- a/src/download +++ b/src/download @@ -216,8 +216,7 @@ <tr> <td> <div class="pull-left"> - <a href="https://github.com/FFmpeg/FFmpeg">https://github.com/FFmpeg/FFmpeg</a><br/> - <a href="git://github.com/FFmpeg/FFmpeg.git">git://github.com/FFmpeg/FFmpeg.git</a> + <a href="https://github.com/FFmpeg/FFmpeg">https://github.com/FFmpeg/FFmpeg</a> </div> <div class="pull-right"> <a class="btn btn-success" href="https://github.com/FFmpeg/FFmpeg">Browse</a> @@ -229,8 +228,7 @@ <tr> <td> <div class="pull-left"> - <a href="https://github.com/FFmpeg/web">https://github.com/FFmpeg/web</a><br/> - <a href="git://github.com/FFmpeg/web.git">git://github.com/FFmpeg/web.git</a> + <a href="https://github.com/FFmpeg/web">https://github.com/FFmpeg/web</a> </div> <div class="pull-right"> <a class="btn btn-success" href="https://github.com/FFmpeg/web">Browse</a> @@ -242,8 +240,7 @@ <tr> <td> <div class="pull-left"> - <a href="https://github.com/FFmpeg/fateserver">https://github.com/FFmpeg/fateserver</a><br/> - <a href="git://github.com/FFmpeg/fateserver.git">git://github.com/FFmpeg/fateserver.git</a> + <a href="https://github.com/FFmpeg/fateserver">https://github.com/FFmpeg/fateserver</a> </div> <div class="pull-right"> <a class="btn btn-success" href="https://github.com/FFmpeg/fateserver">Browse</a> ----------------------------------------------------------------------- Summary of changes: src/download | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog