From ba4c70fddc8011a4ffe258694aea02cf44d7a1c0 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 17 Oct 2018 23:53:39 +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/Colormap.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/plugin/Colormap.md b/doc/plugin/Colormap.md index 67528b15..008e679f 100644 --- a/doc/plugin/Colormap.md +++ b/doc/plugin/Colormap.md @@ -8,8 +8,8 @@ the [LED-Palette-Theme][plugin:l-p-t] plugin. The color map is stored in `EEPROM`, and can be easily changed via the [FocusSerial][plugin:focusserial] plugin, which also provides palette editing capabilities. - [plugin:focusserial]: https://github.com/keyboardio/Kaleidoscope-FocusSerial - [plugin:l-p-t]: https://github.com/keyboardio/Kaleidoscope-LED-Palette-Theme + [plugin:focusserial]: FocusSerial.md + [plugin:l-p-t]: LED-Palette-Theme.md ## Using the extension @@ -57,13 +57,13 @@ The extension provides an `ColormapEffect` singleton object, with a single metho ## Dependencies -* [Kaleidoscope-EEPROM-Settings](https://github.com/keyboardio/Kaleidoscope-EEPROM-Settings) -* [Kaleidoscope-FocusSerial](https://github.com/keyboardio/Kaleidoscope-FocusSerial) -* [Kaleidoscope-LED-Palette-Theme](https://github.com/keyboardio/Kaleidoscope-LED-Palette-Theme) +* [Kaleidoscope-EEPROM-Settings](EEPROM-Settings.md) +* [Kaleidoscope-FocusSerial](FocusSerial.md) +* [Kaleidoscope-LED-Palette-Theme](LED-Palette-Theme.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-Colormap/blob/master/examples/Colormap/Colormap.ino + [plugin:example]: ../../examples/Colormap/Colormap.ino