[FFmpeg-devel] [PATCH] doc: replace http/git by https urls
Michael Niedermayer
michael at niedermayer.cc
Tue Apr 1 03:09:44 EEST 2025
These are more secure
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
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 8681805d65e..4ff8629d447 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 0a8d8de1d7f..e20d114f9ee 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -142,7 +142,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
--
2.49.0
More information about the ffmpeg-devel
mailing list