Skip to content

Commit e2b832b

Browse files
committed
doc: change dead links from kmkfw.io to repo docs
1 parent 2172665 commit e2b832b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/helix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A compact split ortholinear keyboard.
77
* Keyboard Maintainer: [yushakobo](https://github.com/yushakobo)
88
* Hardware Supported: Helix PCBs (probably rev2 only), Pro Micro RP2040 boards
99

10-
Copy the `kb.py` and `main.py` files from your preferred keymap folder into your root directory of your keyboard as detailed in the [KMK instructions](http://kmkfw.io/docs/Getting_Started/).
10+
Copy the `kb.py` and `main.py` files from your preferred keymap folder into your root directory of your keyboard as detailed in the [KMK instructions](Getting_Started).
1111

1212
## Microcontroller support
1313

boards/nullbitsco/tidbit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The default is for a single encoder in either of the top two locations labeled 1
1717
in the build diagram, i.e. `active_encoders=[0]`. Pass an empty list if you skipped
1818
adding any encoders.
1919

20-
You can control the RGB backlights with the [RGB extension](http://kmkfw.io/docs/rgb).
20+
You can control the RGB backlights with the [RGB extension](rgb.md).
2121
Here's an example:
2222

2323
```python

docs/en/pimoroni_trackball.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To choose the default mode, pass it in `Trackball` constructor.
138138

139139
### Light animation
140140

141-
The trackball has a RGB LED which can be controlled with the [RGB extension](http://kmkfw.io/docs/rgb).
141+
The trackball has a RGB LED which can be controlled with the [RGB extension](rgb.md).
142142
Example of very slowly glowing led, almost seamlessly changing colors:
143143

144144
```python

0 commit comments

Comments
 (0)