Fixup broken URLs based on CI feedback

This commit is contained in:
KemoNine 2020-11-28 00:19:09 +00:00
parent fa39132c2a
commit 23dad0ae11
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ Variations of the warnings shown below occur when flashing the `<firmware>.uf2`
### CMake Error ### CMake Error
An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined. An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined.
For more information, click [here](../docs/development/setup#environment-variables). For more information, click [here](../docs/development/setup/native#environment-variables).
### dtlib.DTError ### dtlib.DTError

View file

@ -48,7 +48,7 @@ module.exports = {
}, },
{ {
label: "Development", label: "Development",
to: "docs/development/setup/", to: "docs/development/setup/setup",
}, },
], ],
}, },