doc: fix :zephyr-app: paths

During testing I've found one bad path and looked if
there is more.

I've used this oneliner to find more:

```
rg :zephyr-app: | awk '{ print $3 }' | while read dir
do
    test -d $dir || echo $dir
done | grep '^samples' | grep -v '<' | sort | uniq

```

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
This commit is contained in:
Nerijus Bendžiūnas 2023-07-15 09:23:54 +03:00 committed by Anas Nashif
commit 397ed142ad
24 changed files with 28 additions and 28 deletions

View file

@ -30,7 +30,7 @@ Building and Running
Build and flash standby_shutdown as follows, changing ``nucleo_L476RG`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/samples/boards/stm32/power_mgmt/standby_shutdown
:zephyr-app: samples/boards/stm32/power_mgmt/standby_shutdown
:board: nucleo_L476RG
:goals: build flash
:compact: