fix(docs): Fix broken anchors in docs (but not blog)
This commit is contained in:
parent
5cbffd6625
commit
57684f8a66
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ The foundational elements needed to get a specific keyboard working with ZMK can
|
||||||
- A keymap, which binds each key position to a behavior, e.g. key press, mod-tap, momentary layer, in a set of layers.
|
- A keymap, which binds each key position to a behavior, e.g. key press, mod-tap, momentary layer, in a set of layers.
|
||||||
|
|
||||||
These three core architectural elements are defined per-keyboard, and _where_ they are defined depends on the specifics of how that
|
These three core architectural elements are defined per-keyboard, and _where_ they are defined depends on the specifics of how that
|
||||||
keyboard works. For an overview on the general concepts of boards and shields, please see the [FAQs on boards and shields](../faq.md#why-boards-and-shields--why-not-just-keyboard).
|
keyboard works. For an overview on the general concepts of boards and shields, please see the [FAQs on boards and shields](../faq.md#why-boards-and-shields-why-not-just-keyboard).
|
||||||
|
|
||||||
## Self-Contained Keyboard
|
## Self-Contained Keyboard
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ macOS 13.0 (Ventura) Finder may report an error code 100093 when copying `<firmw
|
||||||
### 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.mdx#environment-variables).
|
For more information, see [toolchain setup documentation](../docs/development/setup.mdx).
|
||||||
|
|
||||||
### West Build Errors
|
### West Build Errors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue