From 1813982154d66163afd83f5e444ef87144ed74ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 30 Aug 2024 17:54:59 +0200 Subject: [PATCH] doc: settings: misc fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a couple more broken links in the settings doc page Signed-off-by: Benjamin Cabé --- doc/services/settings/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/settings/index.rst b/doc/services/settings/index.rst index 81390966562..87ac85a3ac2 100644 --- a/doc/services/settings/index.rst +++ b/doc/services/settings/index.rst @@ -110,7 +110,7 @@ selected by setting the ``zephyr,settings-partition`` property of the chosen node in the devicetree. 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 *********************************** @@ -319,7 +319,7 @@ handler (:kconfig:option:`CONFIG_SETTINGS_CUSTOM`). 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 ==============================