samples: doc: fix dead links

Fixed deadlinks reported by Sphinx linkchecker

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-06-06 19:04:36 +02:00 committed by Anas Nashif
commit 21f473aaec
9 changed files with 10 additions and 10 deletions

View file

@ -147,7 +147,7 @@ Check the :ref:`bluetooth_direction_finding_connectionless_rx` and the :ref:`blu
Using a USB CDC ACM UART
========================
The sample can be configured to use a USB UART instead. See :zephyr_file:`samples/bluetooth/hci_uart/nrf52840dongle_nrf52840.conf` and :zephyr_file:`samples/bluetooth/hci_uart/nrf52840dongle_nrf52840.overlay`.
The sample can be configured to use a USB UART instead. See :zephyr_file:`samples/bluetooth/hci_uart/boards/nrf52840dongle_nrf52840.conf` and :zephyr_file:`samples/bluetooth/hci_uart/boards/nrf52840dongle_nrf52840.overlay`.
Using the controller with the Zephyr host
=========================================

View file

@ -19,6 +19,6 @@ Requirements
Building and Running
********************
This sample can be found under
:zephyr_file:`samples/bluetooth/audio_unicast_client` in the Zephyr tree.
:zephyr_file:`samples/bluetooth/unicast_audio_client` in the Zephyr tree.
See :ref:`bluetooth samples section <bluetooth-samples>` for details.