doc: correct location of fs.h in access.rst doc

The location of `fs.h` was wrongly specified as `include/fs.h`
resulting in a broken link.

Update the location to `include/fs/fs.h` which is the correct location.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2022-03-15 23:44:03 +01:00 committed by Carles Cufí
commit a869d039e4

View file

@ -49,7 +49,7 @@ The SD card will be automatically detected and initialized by the
filesystem driver when the board boots. filesystem driver when the board boots.
To read and write files and directories, see the :ref:`file_system_api` in To read and write files and directories, see the :ref:`file_system_api` in
:zephyr_file:`include/fs.h` such as :c:func:`fs_open()`, :zephyr_file:`include/fs/fs.h` such as :c:func:`fs_open()`,
:c:func:`fs_read()`, and :c:func:`fs_write()`. :c:func:`fs_read()`, and :c:func:`fs_write()`.
Disk Access API Configuration Options Disk Access API Configuration Options