Skip to content

Commit 5100bdd

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
EXAMPLES: fix a typo in the path
1 parent 924787f commit 5100bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In the Mbed OS CI, we follow the below steps to compile and test Mbed OS example
125125
1. Create a symbolic link to `mbed-os` for every example. This step lets all the examples share a single `mbed-os` folder, rather than checking out the `mbed-os` folder many times. We highly recommend you pass an absolute path as the argument:
126126

127127
```
128-
python mbed-os/tools/test/examples/examples.py symlink $PWD/mbedos
128+
python mbed-os/tools/test/examples/examples.py symlink $PWD/mbed-os
129129
```
130130

131131
1. Deploy other dependency libraries:

0 commit comments

Comments
 (0)