From b5264f383ff5a0eb5cec47c22dbfb26d0632dec1 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 14 Oct 2018 17:59:29 +0200 Subject: [PATCH] Update the documentation links Updates the example and dependency links in the documentation, to use URLs that are valid within the monorepo. Signed-off-by: Gergely Nagy --- doc/plugin/EEPROM-Keymap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/plugin/EEPROM-Keymap.md b/doc/plugin/EEPROM-Keymap.md index 3fc03667..be343bec 100644 --- a/doc/plugin/EEPROM-Keymap.md +++ b/doc/plugin/EEPROM-Keymap.md @@ -4,7 +4,7 @@ While keyboards usually ship with a keymap programmed in, to be able to change t In short, this plugin allows us to change our keymaps, without having to compile and flash new firmware. It does so through the use of the [FocusSerial][plugin:focusSerial] plugin. - [plugin:focusSerial]: https://github.com/keyboardio/Kaleidoscope-FocusSerial + [plugin:focusSerial]: FocusSerial.md ## Using the plugin @@ -55,11 +55,11 @@ The plugin provides the `keymap.map` and a `keymap.roLayers` commands. ## Dependencies -* [Kaleidoscope-EEPROM-Settings](https://github.com/keyboardio/Kaleidoscope-EEPROM-Settings) -* [Kaleidoscope-FocusSerial](https://github.com/keyboardio/Kaleidoscope-FocusSerial) +* [Kaleidoscope-EEPROM-Settings](EEPROM-Settings.md) +* [Kaleidoscope-FocusSerial](FocusSerial.md) ## Further reading Starting from the [example][plugin:example] is the recommended way of getting started with the plugin. - [plugin:example]: https://github.com/keyboardio/Kaleidoscope-EEPROM-Keymap/blob/master/examples/EEPROM-Keymap/EEPROM-Keymap.ino + [plugin:example]: ../../examples/EEPROM-Keymap/EEPROM-Keymap.ino