doc: settings: misc fixes
Fixes a couple more broken links in the settings doc page Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
cfeaf0c731
commit
1813982154
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ selected by setting the ``zephyr,settings-partition`` property of the
|
||||||
chosen node in the devicetree.
|
chosen node in the devicetree.
|
||||||
|
|
||||||
The file path used by the file backend to store settings is selected via the
|
The file path used by the file backend to store settings is selected via the
|
||||||
option ``CONFIG_SETTINGS_FILE_PATH``.
|
option :kconfig:option:`CONFIG_SETTINGS_FILE_PATH`.
|
||||||
|
|
||||||
Loading data from persisted storage
|
Loading data from persisted storage
|
||||||
***********************************
|
***********************************
|
||||||
|
@ -319,7 +319,7 @@ handler (:kconfig:option:`CONFIG_SETTINGS_CUSTOM`).
|
||||||
API Reference
|
API Reference
|
||||||
*************
|
*************
|
||||||
|
|
||||||
The Settings subsystem APIs are provided by ``settings.h``:
|
The Settings subsystem APIs are provided by :zephyr_file:`include/zephyr/settings/settings.h`.
|
||||||
|
|
||||||
API for general settings usage
|
API for general settings usage
|
||||||
==============================
|
==============================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue