summaryrefslogtreecommitdiff
path: root/docs/blog/2020-11-09-zmk-sotf-3.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog/2020-11-09-zmk-sotf-3.md')
-rw-r--r--docs/blog/2020-11-09-zmk-sotf-3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/blog/2020-11-09-zmk-sotf-3.md b/docs/blog/2020-11-09-zmk-sotf-3.md
index 8752065..9e250a9 100644
--- a/docs/blog/2020-11-09-zmk-sotf-3.md
+++ b/docs/blog/2020-11-09-zmk-sotf-3.md
@@ -67,7 +67,7 @@ With this change, you can add
&ext_power EP_TOG
```
-to toggle (on/off) the power to external hardware like RGB underglow or OLEDs. Check out the [external power control](/docs/behavior/power#external-power-control) docs for more info.
+to toggle (on/off) the power to external hardware like RGB underglow or OLEDs. Check out the [external power control](/docs/behaviors/power#external-power-control) docs for more info.
#### Deep Sleep
@@ -78,7 +78,7 @@ included some automatic power savings by switching to PORT events on the nRF52 c
#### Output Selection
-[joelspadin] added [output selection](/docs/behavior/outputs) to allow selecting whether to send output over USB or BLE if both are connected. This should now help avoid having "double keypresses" when your keyboard is plugged into a host.
+[joelspadin] added [output selection](/docs/behaviors/outputs) to allow selecting whether to send output over USB or BLE if both are connected. This should now help avoid having "double keypresses" when your keyboard is plugged into a host.
#### Bootloader Corruption Fix