Skip to content

Commit 66103c4

Browse files
authored
docs(README): fix file link to micropython CI yaml (#148)
1 parent b36b761 commit 66103c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A GDB server on port 3333 can be enabled by specifying the `--gdb` flag:
5858
npm run start:micropython -- --gdb
5959
```
6060

61-
For using the MicroPython demo code in tests, the `--expect-text` can come handy: it will look for the given text in the serial output and exit with code 0 if found, or 1 if not found. You can find an example in [the MicroPython CI test](./github/workflows/ci-micropython.yml).
61+
For using the MicroPython demo code in tests, the `--expect-text` can come handy: it will look for the given text in the serial output and exit with code 0 if found, or 1 if not found. You can find an example in [the MicroPython CI test](./.github/workflows/ci-micropython.yml).
6262

6363
#### Filesystem support
6464

0 commit comments

Comments
 (0)