diff options
author | Kevin Chen <chenkevinh11@gmail.com> | 2020-08-29 21:36:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 21:36:00 -0700 |
commit | 45b1756a700ba0603f0a3b7708108c9ebc9fc945 (patch) | |
tree | cc7a45b837b2b140657eba88d3fe66408a7d2c36 /docs | |
parent | 212dd91e2910e58e5a5c0c32e8726f2efc396c22 (diff) |
Replaced \ with /
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/dev-build.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docs/dev-build.md b/docs/docs/dev-build.md index b962a7d..816468e 100644 --- a/docs/docs/dev-build.md +++ b/docs/docs/dev-build.md @@ -93,5 +93,4 @@ board with it in bootloader mode: west flash ``` -For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build\zephyr` (or `build\left|right\zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`. - +For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build/zephyr` (or `build/left|right/zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`. |