docs: filesystems: fix renamed references
[linux-block.git] / fs / proc / Kconfig
index 27ef84d99f59c007e24246fa92ad3917ad674422..971a42f6357d0e8f4ac7c2f556200f91a6a7624a 100644 (file)
@@ -23,7 +23,7 @@ config PROC_FS
          /proc" or the equivalent line in /etc/fstab does the job.
 
          The /proc file system is explained in the file
-         <file:Documentation/filesystems/proc.txt> and on the proc(5) manpage
+         <file:Documentation/filesystems/proc.rst> and on the proc(5) manpage
          ("man 5 proc").
 
          This option will enlarge your kernel by about 67 KB. Several
@@ -95,7 +95,7 @@ config PROC_CHILDREN
        default n
        help
          Provides a fast way to retrieve first level children pids of a task. See
-         <file:Documentation/filesystems/proc.txt> for more information.
+         <file:Documentation/filesystems/proc.rst> for more information.
 
          Say Y if you are running any user-space software which takes benefit from
          this interface. For example, rkt is such a piece of software.