From 441a99b4a7673a6480453d067add17b1127d73ce Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 17 Oct 2018 23:59:38 +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/FingerPainter.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/plugin/FingerPainter.md b/doc/plugin/FingerPainter.md index e21e2c13..c2b512ec 100644 --- a/doc/plugin/FingerPainter.md +++ b/doc/plugin/FingerPainter.md @@ -47,16 +47,16 @@ The plugin provides the `FingerPainter` object, which provides no public methods ## 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) * [Kaleidoscope-LED-Palette-Theme][plugin:l-p-t] -* [Kaleidoscope-LEDControl](https://github.com/keyboardio/Kaleidoscope-LEDControl) +* [Kaleidoscope-LEDControl](LEDControl.md) - [plugin:l-p-t]: https://github.com/keyboardio/Kaleidoscope-LED-Palette-Theme + [plugin:l-p-t]: 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-FingerPainter/blob/master/examples/FingerPainter/FingerPainter.ino + [plugin:example]: ../../examples/FingerPainter/FingerPainter.ino