kernel/fs/ntfs/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config NTFS_FS 2 3 tristate "NTFS file system support" 3 4 select NLS .. .. @@ -17,7 +18,7 @@ 17 18 the Linux 2.4 kernel series is separately available as a patch 18 19 from the project web site. 19 20 20 - For more information see <file:Documentation/filesystems/ntfs.txt>21 + For more information see <file:Documentation/filesystems/ntfs.rst>21 22 and <http://www.linux-ntfs.org/>. 22 23 23 24 To compile this file system support as a module, choose M here: the