This is an automated email from the ASF dual-hosted git repository.

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 0dc88c1540e14a8b40524029c8fc7a9e287505a4
Author: raiden00pl <[email protected]>
AuthorDate: Sat Oct 11 13:05:16 2025 +0200

    fs/mmap/Kconfig: fix reference to non-existent readme
    
    fix reference to non-existent readme and point to the Documentation
    
    Signed-off-by: raiden00pl <[email protected]>
---
 fs/mmap/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/mmap/Kconfig b/fs/mmap/Kconfig
index dbe87b5d3e1..f638812f5c1 100644
--- a/fs/mmap/Kconfig
+++ b/fs/mmap/Kconfig
@@ -21,7 +21,7 @@ config FS_RAMMAP
                into RAM.  These copied files have some of the properties of
                standard memory mapped files.
 
-               See nuttx/fs/mmap/README.txt for additional information.
+               See Documentation/components/filesystem/mmap.rst for additional 
information.
 
 config FS_ANONMAP
        bool "Anonymous mapping emulation"

Reply via email to