Re: [PATCH] Documentation: Fix dead URLs to ftp.kernel.org
From: Mauro Carvalho Chehab <hidden>
Date: 2017-03-27 12:49:47
Also in:
lkml
From: Mauro Carvalho Chehab <hidden>
Date: 2017-03-27 12:49:47
Also in:
lkml
Em Sun, 26 Mar 2017 13:11:15 -0600 Jonathan Corbet [off-list ref] escreveu:
On Sun, 26 Mar 2017 23:25:50 +0900 SeongJae Park [off-list ref] wrote: CC += davem If nobody objects, I'll just take this through the docs tree.
I have just one comment. See below.
quoted
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index 1e6564545edf..31b55fe434d3 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt@@ -113,7 +113,7 @@ Installation kernel version 2.6.25 and later. This and other versions of the 2.6 Linux kernel can be found at: - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ + https://www.kernel.org/pub/linux/kernel/v2.6/
I would change it to:
...
The NFS/RDMA client and server are both included in the mainline Linux
kernel version 2.6.25 and later. This and other versions of the Linux
kernel can be found at:
https://www.kernel.org/pub/linux/kernel/
After such fix, feel free to add:
Reviewed-by: Mauro Carvalho Chehab <redacted>
Thanks,
Mauro