Documentation/maintainer/configure-git.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The example and the git hook use HTTPS but the text for some
reason links to the non-SSL version.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
Documentation/maintainer/configure-git.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/maintainer/configure-git.rst b/Documentation/maintainer/configure-git.rst
index a054de0c50dc..b731e8b78565 100644
--- a/Documentation/maintainer/configure-git.rst
+++ b/Documentation/maintainer/configure-git.rst
@@ -38,7 +38,7 @@ You may also like to tell ``gpg`` which ``tty`` to use (add to your shell rc fil
Creating commit links to lore.kernel.org
----------------------------------------
-The web site http://lore.kernel.org is meant as a grand archive of all mail
+The web site https://lore.kernel.org is meant as a grand archive of all mail
list traffic concerning or influencing the kernel development. Storing archives
of patches here is a recommended practice, and when a maintainer applies a
patch to a subsystem tree, it is a good idea to provide a Link: tag with a
--
2.41.0
Jakub Kicinski <kuba@kernel.org> writes: > The example and the git hook use HTTPS but the text for some > reason links to the non-SSL version. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- > Documentation/maintainer/configure-git.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/maintainer/configure-git.rst b/Documentation/maintainer/configure-git.rst > index a054de0c50dc..b731e8b78565 100644 > --- a/Documentation/maintainer/configure-git.rst > +++ b/Documentation/maintainer/configure-git.rst > @@ -38,7 +38,7 @@ You may also like to tell ``gpg`` which ``tty`` to use (add to your shell rc fil > Creating commit links to lore.kernel.org > ---------------------------------------- > > -The web site http://lore.kernel.org is meant as a grand archive of all mail > +The web site https://lore.kernel.org is meant as a grand archive of all mail > list traffic concerning or influencing the kernel development. Storing archives Applied, thanks. jon
© 2016 - 2026 Red Hat, Inc.