diff options
author | SeongJae Park <sj38.park@gmail.com> | 2017-03-27 09:05:34 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-29 17:46:06 -0400 |
commit | 3bdadc86dca07c792c01b966575f00cfc25da4a3 (patch) | |
tree | 97fd88cbe1e9ece5a91a8b0157230d0a72115be5 /Documentation/filesystems/nfs | |
parent | b2e33536c010513e07e92ca914fcc11108d5eef5 (diff) |
Documentation: Fix dead URLs to ftp.kernel.org
As ftp.kernel.org is closed [0], this commit fixes dead URLs in
documents to use www.kernel.org instead.
[0] https://www.kernel.org/shutting-down-ftp-services.html
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/nfs')
-rw-r--r-- | Documentation/filesystems/nfs/nfs-rdma.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index 1e6564545edf..22dc0dd6889c 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt | |||
@@ -110,10 +110,10 @@ Installation | |||
110 | - Install a Linux kernel with NFS/RDMA | 110 | - Install a Linux kernel with NFS/RDMA |
111 | 111 | ||
112 | The NFS/RDMA client and server are both included in the mainline Linux | 112 | The NFS/RDMA client and server are both included in the mainline Linux |
113 | kernel version 2.6.25 and later. This and other versions of the 2.6 Linux | 113 | kernel version 2.6.25 and later. This and other versions of the Linux |
114 | kernel can be found at: | 114 | kernel can be found at: |
115 | 115 | ||
116 | ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ | 116 | https://www.kernel.org/pub/linux/kernel/ |
117 | 117 | ||
118 | Download the sources and place them in an appropriate location. | 118 | Download the sources and place them in an appropriate location. |
119 | 119 | ||