diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-28 20:24:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-03-16 14:48:40 +0100 |
commit | 75ece79ff408148afab20cfaf9ecac9f59fb46a3 (patch) | |
tree | 6955202bb89a6702471ecc9e82fd3f4737496da0 /doc | |
parent | 7c234248f859baa35e55c3dbbb7a359eae1c5257 (diff) | |
download | ffmpeg-75ece79ff408148afab20cfaf9ecac9f59fb46a3.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')
-rw-r--r-- | doc/authors.texi | 4 | ||||
-rw-r--r-- | doc/git-howto.texi | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/authors.texi b/doc/authors.texi index 6c8c1d7efa..ce088392f8 100644 --- a/doc/authors.texi +++ b/doc/authors.texi @@ -3,9 +3,9 @@ The FFmpeg developers. For details about the authorship, see the Git history of the project -(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command +(https://git.ffmpeg.org/ffmpeg), e.g. by typing the command @command{git log} in the FFmpeg source directory, or browsing the -online repository at @url{http://source.ffmpeg.org}. +online repository at @url{https://git.ffmpeg.org/ffmpeg}. Maintainers for the specific components are listed in the file @file{MAINTAINERS} in the source code tree. 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>}. |