aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/blog
diff options
context:
space:
mode:
authorinnovaker <[email protected]>2020-11-11 21:24:19 +0000
committerPete Johanson <[email protected]>2020-11-16 15:33:44 -0500
commita685d88744dcf2c9f901fff2d136a129c83d83ab (patch)
treef99cd9016dd782c5e88b308249035ade62347a03 /docs/blog
parent11a85f651a486094c9a73df609ca2e0b5c901f62 (diff)
downloadzmk-a685d88744dcf2c9f901fff2d136a129c83d83ab.tar.gz
zmk-a685d88744dcf2c9f901fff2d136a129c83d83ab.zip
refactor(docs): Change `feature` to `features`
Makes a better URL.
Diffstat (limited to 'docs/blog')
-rw-r--r--docs/blog/2020-08-12-zmk-sotf-1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/blog/2020-08-12-zmk-sotf-1.md b/docs/blog/2020-08-12-zmk-sotf-1.md
index b5b2046dda..afa03405a7 100644
--- a/docs/blog/2020-08-12-zmk-sotf-1.md
+++ b/docs/blog/2020-08-12-zmk-sotf-1.md
@@ -15,13 +15,13 @@ With interest and Discord activity growing, it seemed important to lay out the p
There's been lots of various activity in ZMK land!
-- [Nicell](https://github.com/Nicell) (nice!nano creator) contributed initial [RGB Underglow](/docs/feature/underglow) ([#64](https://github.com/zmkfirmware/zmk/pull/64)) support to ZMK.
+- [Nicell](https://github.com/Nicell) (nice!nano creator) contributed initial [RGB Underglow](/docs/features/underglow) ([#64](https://github.com/zmkfirmware/zmk/pull/64)) support to ZMK.
- Tons of [documentation](/docs) work.
-- Refactoring ([#73](https://github.com/zmkfirmware/zmk/pull/73), [#74](https://github.com/zmkfirmware/zmk/pull/74)) of [keymaps](/docs/feature/keymaps) to make them simpler for users.
+- Refactoring ([#73](https://github.com/zmkfirmware/zmk/pull/73), [#74](https://github.com/zmkfirmware/zmk/pull/74)) of [keymaps](/docs/features/keymaps) to make them simpler for users.
- Mod-Tap Behavior (docs coming!) is much improved ([#69](https://github.com/zmkfirmware/zmk/pull/69)) and usable now.
- An initial [`setup.sh`](http://localhost:3000/docs/user-setup#user-config-setup-script) script was created, allowing users to quickly bootstrap a "user config" setup and push it to GitHub, where GitHub Actions will build the firmware for you.
- Corne shield ([#80](https://github.com/zmkfirmware/zmk/pull/80)) shield definition was added.
-- Initial [encoder](/docs/feature/encoders) support ([#61](https://github.com/zmkfirmware/zmk/pull/61)) was added.
+- Initial [encoder](/docs/features/encoders) support ([#61](https://github.com/zmkfirmware/zmk/pull/61)) was added.
## Bugs and Showstoppers