From 3d21853dad3982239600b2842b168e1d60f0d2f5 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 18 Oct 2018 00:07: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/Qukeys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugin/Qukeys.md b/doc/plugin/Qukeys.md index 5fad43d9..160efbf1 100644 --- a/doc/plugin/Qukeys.md +++ b/doc/plugin/Qukeys.md @@ -23,7 +23,7 @@ KALEIDOSCOPE_INIT_PLUGINS(Qukeys); columns are left to right): - For the Keyboardio Model 01, key coordinates refer to [this header - file](https://github.com/keyboardio/Kaleidoscope-Hardware-Model01/blob/f469015346535cb864a340bf8eb317d268943248/src/Kaleidoscope-Hardware-Model01.h#L267-L279). + file](Hardware-Model01/blob/f469015346535cb864a340bf8eb317d268943248/src/Kaleidoscope-Hardware-Model01.h#L267-L279)..md ``` QUKEYS( @@ -149,7 +149,7 @@ limit, you won't get any unintended alternate keycodes. The [example][plugin:example] can help to learn how to use this plugin. - [plugin:example]: https://github.com/keyboardio/Kaleidoscope-Qukeys/blob/master/examples/Qukeys/Qukeys.ino + [plugin:example]: ../../examples/Qukeys/Qukeys.ino ## Upgrading