diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-28 20:24:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-27 13:37:23 +0200 |
commit | 49872ca447f564506ec5d2f316bb32cdf5f3de1e (patch) | |
tree | 0ca8712b60b1028de9661accf1cdea87253b7cee /doc/git-howto.texi | |
parent | 1eb002596e3761d88de4aeea3158692b82fb6307 (diff) | |
download | ffmpeg-49872ca447f564506ec5d2f316bb32cdf5f3de1e.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.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi index 5bb39bb986..f4e2f2ec23 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>}. |