remove leading slash

This commit is contained in:
Jack Humbert 2017-06-10 12:28:37 -04:00 committed by GitHub
parent 2508b9b6e2
commit 558db0e03f
1 changed files with 19 additions and 19 deletions

View File

@ -1,28 +1,28 @@
### Getting started
* [Introduction](/Home.md)
* [QMK Overview](/QMK-Overview.md)
* [Build Environment Setup](/Build-Environment-Setup.md)
* [Introduction](Home.md)
* [QMK Overview](QMK-Overview.md)
* [Build Environment Setup](Build-Environment-Setup.md)
### Making a keymap
* [Keymap overview](/Keymap.md)
* [Keymap overview](Keymap.md)
* [Custom Quantum Functions](Custom-Quantum-Functions.md)
* [Keycodes](/Keycodes.md)
* [Layer switching](/Key-Functions.md)
* [Leader Key](/Leader-Key.md)
* [Macros](/Macros.md)
* [Dynamic Macros](/Dynamic-Macros.md)
* [Space Cadet](/Space-Cadet-Shift.md)
* [Tap Dance](/Tap-Dance.md)
* [Mouse keys](/Mouse-keys.md)
* [FAQ: Creating a Keymap](/FAQ-Keymap.md)
* [FAQ: Compiling QMK](/FAQ-Build.md)
* [Keycodes](Keycodes.md)
* [Layer switching](Key-Functions.md)
* [Leader Key](Leader-Key.md)
* [Macros](Macros.md)
* [Dynamic Macros](Dynamic-Macros.md)
* [Space Cadet](Space-Cadet-Shift.md)
* [Tap Dance](Tap-Dance.md)
* [Mouse keys](Mouse-keys.md)
* [FAQ: Creating a Keymap](FAQ-Keymap.md)
* [FAQ: Compiling QMK](FAQ-Build.md)
### For hardware makers and modders
* [Modding your keyboard](/Modding-your-keyboard.md)
* [Porting your keyboard to QMK](/Porting-your-keyboard-to-QMK.md)
* [Adding features to QMK](/Adding-features-to-QMK.md)
* [Modding your keyboard](Modding-your-keyboard.md)
* [Porting your keyboard to QMK](Porting-your-keyboard-to-QMK.md)
* [Adding features to QMK](Adding-features-to-QMK.md)
### Other topics
* [General FAQ](/FAQ.md)
* [Differences from TMK](/Differences-from-TMK.md)
* [General FAQ](FAQ.md)
* [Differences from TMK](Differences-from-TMK.md)