diff options
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/maintainer-tip.rst | 4 | ||||
-rw-r--r-- | Documentation/process/submitting-patches.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 2b495c8bcb5b..c74f4a81588b 100644 --- a/Documentation/process/maintainer-tip.rst +++ b/Documentation/process/maintainer-tip.rst @@ -371,9 +371,9 @@ following tag ordering scheme: - Link: ``https://link/to/information`` For referring to an email on LKML or other kernel mailing lists, - please use the lkml.kernel.org redirector URL:: + please use the lore.kernel.org redirector URL:: - https://lkml.kernel.org/r/email-message@id + https://lore.kernel.org/r/email-message@id The kernel.org redirector is considered a stable URL, unlike other email archives. diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst index 21125d299ce6..b0f31aa82fcd 100644 --- a/Documentation/process/submitting-patches.rst +++ b/Documentation/process/submitting-patches.rst @@ -98,7 +98,7 @@ its behaviour. If the patch fixes a logged bug entry, refer to that bug entry by number and URL. If the patch follows from a mailing list discussion, -give a URL to the mailing list archive; use the https://lkml.kernel.org/ +give a URL to the mailing list archive; use the https://lore.kernel.org/ redirector with a ``Message-Id``, to ensure that the links cannot become stale. @@ -750,7 +750,7 @@ the bug report. However, for a multi-patch series, it is generally best to avoid using In-Reply-To: to link to older versions of the series. This way multiple versions of the patch don't become an unmanageable forest of references in email clients. If a link is -helpful, you can use the https://lkml.kernel.org/ redirector (e.g., in +helpful, you can use the https://lore.kernel.org/ redirector (e.g., in the cover email text) to link to an earlier version of the patch series. |