[FFmpeg-cvslog] doc: switch github urls to https

Michael Niedermayer git at videolan.org
Tue Jun 3 01:26:22 CEST 2014


ffmpeg | branch: release/0.10 | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 12 23:03:11 2014 +0100| [bca2ebbeeeacee9d2985468805ae81cb2792c888] | committer: Michael Niedermayer

doc: switch github urls to https

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 675a66a93bf8138d629573fbdadd05bd7771012e)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bca2ebbeeeacee9d2985468805ae81cb2792c888
---

 doc/platform.texi  |    4 ++--
 doc/protocols.texi |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/platform.texi b/doc/platform.texi
index 9de2809..b79b8b1 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -52,14 +52,14 @@ unacelerated code.
 
 Mac OS X on PowerPC or ARM (iPhone) requires a preprocessor from
 @url{https://github.com/FFmpeg/gas-preprocessor} or
- at url{http://github.com/yuvi/gas-preprocessor} to build the optimized
+ at url{https://github.com/yuvi/gas-preprocessor} to build the optimized
 assembler functions. Put the Perl script somewhere
 in your PATH, FFmpeg's configure will pick it up automatically.
 
 Mac OS X on amd64 and x86 requires @command{yasm} to build most of the
 optimized assembler functions. @uref{http://www.finkproject.org/, Fink},
 @uref{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix},
- at uref{http://mxcl.github.com/homebrew/, Homebrew}
+ at uref{https://mxcl.github.com/homebrew/, Homebrew}
 or @uref{http://www.macports.org, MacPorts} can easily provide it.
 
 
diff --git a/doc/protocols.texi b/doc/protocols.texi
index da0e39f..cbefc24 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -242,7 +242,7 @@ data transferred over RDT).
 
 The muxer can be used to send a stream using RTSP ANNOUNCE to a server
 supporting it (currently Darwin Streaming Server and Mischa Spiegelmock's
- at uref{http://github.com/revmischa/rtsp-server, RTSP server}).
+ at uref{https://github.com/revmischa/rtsp-server, RTSP server}).
 
 The required syntax for a RTSP url is:
 @example



More information about the ffmpeg-cvslog mailing list