aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git-howto.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2023-02-28 20:24:26 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2023-04-07 23:40:46 +0200
commitea238698bc02ada8bf32334c9e09f814307347f0 (patch)
tree908c93dbcd8be7c5f795c528232f0a92a371a278 /doc/git-howto.texi
parentad28b01a141703b831256b712e0613281b15fcf0 (diff)
downloadffmpeg-ea238698bc02ada8bf32334c9e09f814307347f0.tar.gz
Use https for repository links
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 011f30fc8205eff8e775d04afb98e02685cd8a7a) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/git-howto.texi')
-rw-r--r--doc/git-howto.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index bd26fcb259..a6723931ce 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -53,7 +53,7 @@ Most distribution and operating system provide a package for it.
@section Cloning the source tree
@example
-git clone git://source.ffmpeg.org/ffmpeg <target>
+git clone https://git.ffmpeg.org/ffmpeg.git <target>
@end example
This will put the FFmpeg sources into the directory @var{<target>}.