diff options
author | Masanari Iida <standby24x7@gmail.com> | 2018-03-02 22:30:13 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-21 09:33:04 -0600 |
commit | a10c5d91c340bc1ee09ca62949a23d8fc45e7c0a (patch) | |
tree | 39efaed8479ff467eac9a590f20fd6f763ccc339 /Documentation/filesystems | |
parent | 2ddf0d655946657b9708bb79cd38a4248c67ac14 (diff) |
xfs: Change URL for the project in xfs.txt
The oss.sgi.com doesn't exist any more.
Change it to current project URL, https://xfs.wiki.kernel.org/
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/xfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 3b9b5c149f32..4d9ff0a7f8e1 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt @@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. -Refer to the documentation at http://oss.sgi.com/projects/xfs/ +Refer to the documentation at https://xfs.wiki.kernel.org/ for further details. This implementation is on-disk compatible with the IRIX version of XFS. |