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:
parent
e55fb88bcb
commit
397ed142ad
24 changed files with 28 additions and 28 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue