[FFmpeg-cvslog] doc: replace http/git by https urls

Michael Niedermayer git at videolan.org
Thu Apr 3 23:25:13 EEST 2025


ffmpeg | branch: release/4.4 | Michael Niedermayer <michael at niedermayer.cc> | Tue Apr  1 02:00:41 2025 +0200| [af4315c172800bb17f84154034dc81f9043145fc] | committer: Michael Niedermayer

doc: replace http/git by https urls

These are more secure

Reviewed-by: Gyan Doshi <ffmpeg at gyani.pro>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit b4d165c68fe74f4b9c7fa4cbc2e1467a0bafea37)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 doc/fate_config.sh.template | 2 +-
 doc/git-howto.texi          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template
index ab1bda45e4..ab990c3a58 100644
--- a/doc/fate_config.sh.template
+++ b/doc/fate_config.sh.template
@@ -1,5 +1,5 @@
 slot=                                    # some unique identifier
-repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
+repo=https://git.ffmpeg.org/ffmpeg.git   # the source repository
 #branch=release/2.6                       # the branch to test
 samples=                                 # path to samples directory
 workdir=                                 # directory in which to do all the work
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index a6723931ce..8aa9b7cffa 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -143,7 +143,7 @@ git log <filename(s)>
 @end example
 
 You may also use the graphical tools like @command{gitview} or @command{gitk}
-or the web interface available at @url{http://source.ffmpeg.org/}.
+or the web interface available at @url{https://git.ffmpeg.org/ffmpeg.git}.
 
 @section Checking source tree status
 



More information about the ffmpeg-cvslog mailing list