* [PATCH docs] docs: maintainers: add missing 's' in https for the base lore link
@ 2023-07-13 23:05 Jakub Kicinski
2023-07-14 18:32 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kicinski @ 2023-07-13 23:05 UTC (permalink / raw)
To: corbet; +Cc: workflows, linux-doc, linux-kernel, Jakub Kicinski
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH docs] docs: maintainers: add missing 's' in https for the base lore link
2023-07-13 23:05 [PATCH docs] docs: maintainers: add missing 's' in https for the base lore link Jakub Kicinski
@ 2023-07-14 18:32 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-07-14 18:32 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: workflows, linux-doc, linux-kernel, Jakub Kicinski
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-14 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 23:05 [PATCH docs] docs: maintainers: add missing 's' in https for the base lore link Jakub Kicinski
2023-07-14 18:32 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox