Re: [PATCH] docs/accel: correct links to mailing list archives

From: Jonathan Corbet
Date: Tue Jan 23 2024 - 16:46:29 EST


Hu Haowen <2023002089@xxxxxxxxxxxxxxxx> writes:

> Since the mailing archive list lkml.org is obsolete, change the links into
> lore.kernel.org's ones.
>
> Signed-off-by: Hu Haowen <2023002089@xxxxxxxxxxxxxxxx>
> ---
> Documentation/accel/introduction.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/accel/introduction.rst b/Documentation/accel/introduction.rst
> index 89984dfececf..ae3030136637 100644
> --- a/Documentation/accel/introduction.rst
> +++ b/Documentation/accel/introduction.rst
> @@ -101,8 +101,8 @@ External References
> email threads
> -------------
>
> -* `Initial discussion on the New subsystem for acceleration devices <https://lkml.org/lkml/2022/7/31/83>`_ - Oded Gabbay (2022)
> -* `patch-set to add the new subsystem <https://lkml.org/lkml/2022/10/22/544>`_ - Oded Gabbay (2022)
> +* `Initial discussion on the New subsystem for acceleration devices <https://lore.kernel.org/lkml/CAFCwf11=9qpNAepL7NL+YAV_QO=Wv6pnWPhKHKAepK3fNn+2Dg@xxxxxxxxxxxxxx/>`_ - Oded Gabbay (2022)
> +* `patch-set to add the new subsystem <https://lore.kernel.org/lkml/20221022214622.18042-1-ogabbay@xxxxxxxxxx/>`_ - Oded Gabbay (2022)

Applied, thanks.

jon