From cabb6fbe1f7671241d19b581534e8d91c24e4ed7 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 18 Oct 2018 00:03:30 +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/Leader.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugin/Leader.md b/doc/plugin/Leader.md index 8fa1e041..85f7ed74 100644 --- a/doc/plugin/Leader.md +++ b/doc/plugin/Leader.md @@ -90,14 +90,14 @@ The plugin provides the `Leader` object, with the following methods and properti ## Dependencies -* [Kaleidoscope-Ranges](https://github.com/keyboardio/Kaleidoscope-Ranges) +* [Kaleidoscope-Ranges](Ranges.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-Leader/blob/master/examples/Leader/Leader.ino + [plugin:example]: ../../examples/Leader/Leader.ino ## Upgrading