boards: doc: reference tfm_ipc sample using zephyr:code-sample: role
tfm_ipc sample is now using the zephyr:code-sample directive so it should be referenced with the respective role, not :ref: anymore. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
fd4f3ce246
commit
c53e8e7086
3 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ The BOARD options are summarized below:
|
|||
+-------------------------------+-------------------------------------------+
|
||||
|
||||
Here are the instructions to build Zephyr with a non-secure configuration,
|
||||
using :ref:`tfm_ipc` sample:
|
||||
using :zephyr:code-sample:`tfm_ipc` sample:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ The BOARD options are summarized below:
|
|||
+--------------------------------+-------------------------------------------+
|
||||
|
||||
Here are the instructions to build Zephyr with a non-secure configuration,
|
||||
using :ref:`tfm_ipc` sample:
|
||||
using :zephyr:code-sample:`tfm_ipc` sample:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ The BOARD options are summarized below:
|
|||
+------------------------------+-------------------------------------------+
|
||||
|
||||
Here are the instructions to build Zephyr with a non-secure configuration,
|
||||
using :ref:`tfm_ipc` sample:
|
||||
using :zephyr:code-sample:`tfm_ipc` sample:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue