forked from kofal.net/zmk
fix(docs): Fix links in config pages
This commit is contained in:
@@ -3,7 +3,7 @@ title: Keyboard Scan Configuration
|
||||
sidebar_label: Keyboard Scan
|
||||
---
|
||||
|
||||
See [Configuration Overview](/docs/config/index) for instructions on how to change these settings.
|
||||
See [Configuration Overview](index.md) for instructions on how to change these settings.
|
||||
|
||||
## Common
|
||||
|
||||
@@ -250,7 +250,7 @@ Transforms should be used any time the physical layout of a keyboard's keys does
|
||||
|
||||
Transforms can also be used for keyboards with multiple layouts. You can define multiple matrix transform nodes, one for each layout, and users can select which one they want from the `/chosen` node in their keymaps.
|
||||
|
||||
See the [new shield guide](/docs/development/new-shield/#optional-matrix-transform) for more documentation on how to define a matrix transform.
|
||||
See the [new shield guide](../development/new-shield.md#optional-matrix-transform) for more documentation on how to define a matrix transform.
|
||||
|
||||
### Devicetree
|
||||
|
||||
|
||||
Reference in New Issue
Block a user