doc: samples: Fix typos introduced by f6a4217a

Fixed typos in references to several doc pages introduced
with f6a4217a.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-25 11:02:20 +02:00 committed by Carles Cufí
commit d0f27ac7ed
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
Overview
********
This sample demonstrates how to use the `DAC driver API <dac_api>`.
This sample demonstrates how to use the :ref:`DAC driver API <dac_api>`.
Building and Running
********************

View file

@ -7,7 +7,7 @@
Overview
********
This sample demonstrates the `EEPROM driver API <eeprom_api>` in a simple boot counter
This sample demonstrates the :ref:`EEPROM driver API <eeprom_api>` in a simple boot counter
application.
Building and Running

View file

@ -7,7 +7,7 @@
Overview
********
This sample demonstrates using the `flash API <flash_api>` on a SPI NOR serial flash
This sample demonstrates using the :ref:`flash API <flash_api>` on a SPI NOR serial flash
memory device. While trivial it is an example of direct access and
allows confirmation that the flash is working and that automatic power
savings is correctly implemented.