From ae9b48ec66b973b9f6139aecb3f358d64f120c5c Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 18 Oct 2018 00:00:06 +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/GhostInTheFirmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugin/GhostInTheFirmware.md b/doc/plugin/GhostInTheFirmware.md index 9005780c..33df6769 100644 --- a/doc/plugin/GhostInTheFirmware.md +++ b/doc/plugin/GhostInTheFirmware.md @@ -74,7 +74,7 @@ methods and properties: Starting from the [example][plugin:example] is the recommended way of getting started with the plugin. - [plugin:example]: https://github.com/keyboardio/Kaleidoscope-GhostInTheFirmware/blob/master/examples/GhostInTheFirmware/GhostInTheFirmware.ino + [plugin:example]: ../../examples/GhostInTheFirmware/GhostInTheFirmware.ino ## Upgrading