diff mbox series

[FFmpeg-devel] Use https for repository links

Message ID 20230228192712.25524-1-michael@niedermayer.cc
State Accepted
Commit 011f30fc8205eff8e775d04afb98e02685cd8a7a
Headers show
Series [FFmpeg-devel] Use https for repository links | expand

Checks

Context Check Description
andriy/commit_msg_x86 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
yinshiyou/commit_msg_loongarch64 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Michael Niedermayer Feb. 28, 2023, 7:27 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 CREDITS            | 4 ++--
 doc/authors.texi   | 4 ++--
 doc/git-howto.texi | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Stefano Sabatini Feb. 28, 2023, 10:44 p.m. UTC | #1
On date Tuesday 2023-02-28 20:27:12 +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  CREDITS            | 4 ++--
>  doc/authors.texi   | 4 ++--
>  doc/git-howto.texi | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)

LGTM.
Michael Niedermayer March 1, 2023, 9 p.m. UTC | #2
On Tue, Feb 28, 2023 at 11:44:45PM +0100, Stefano Sabatini wrote:
> On date Tuesday 2023-02-28 20:27:12 +0100, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >  CREDITS            | 4 ++--
> >  doc/authors.texi   | 4 ++--
> >  doc/git-howto.texi | 2 +-
> >  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> LGTM.

Will apply 
thx

[...]
diff mbox series

Patch

diff --git a/CREDITS b/CREDITS
index e29f0b853c..f1aea93d6b 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,6 +1,6 @@ 
-See the Git history of the project (git://source.ffmpeg.org/ffmpeg) to
+See the Git history of the project (https://git.ffmpeg.org/ffmpeg) to
 get the names of people who have contributed to FFmpeg.
 
 To check the log, you can type the command "git log" in the FFmpeg
 source directory, or browse the online repository at
-http://source.ffmpeg.org.
+https://git.ffmpeg.org/ffmpeg
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>}.