Skip to content
Commit 397ed142 authored by Nerijus Bendžiūnas's avatar Nerijus Bendžiūnas Committed by Anas Nashif
Browse files

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: default avatarNerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
parent e55fb88b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment