aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2017-03-27 09:05:34 -0400
committerJonathan Corbet <corbet@lwn.net>2017-03-29 17:46:06 -0400
commit3bdadc86dca07c792c01b966575f00cfc25da4a3 (patch)
tree97fd88cbe1e9ece5a91a8b0157230d0a72115be5 /Documentation/filesystems
parentb2e33536c010513e07e92ca914fcc11108d5eef5 (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')
-rw-r--r--Documentation/filesystems/ext4.txt2
-rw-r--r--Documentation/filesystems/nfs/nfs-rdma.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 3698ed3146e3..5a8f7f4d2bca 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -25,7 +25,7 @@ Note: More extensive information for getting started with ext4 can be
25 25
26 or 26 or
27 27
28 ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/ 28 https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/
29 29
30 or grab the latest git repository from: 30 or grab the latest git repository from:
31 31
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