diff --git a/Plugin-development.md b/Plugin-development.md index 23a7712..18b71fb 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -14,11 +14,11 @@ This allows you to rewrite the navigation to use a menu (for example) or add tha Here's the list with links to any plugins that have any relevant information: -- `autoslide` - Autosliding plugin that will autoadvance the slides over the time. +- [`autoslide`](Plugin-docs#autoslide) - Autosliding plugin that will autoadvance the slides over the time. - [`clickNav`](Plugin-docs#click-to-nav) - Allows to click on the page to get to the next slide. - `grid` - Shows a grid over the page for easy prototyping by pressing `ENTER`. - `hash` - In charge of updating the hash and reacting to any changes to it. -- `keyboard` - Handles keyboard shortcuts. +- [`keyboard`](Plugin-docs#keyboard) - Handles keyboard shortcuts. - `nav` - Shows the navigation on the bottom with the arrows and numbers. And keeps it updated! - `scroll` - Allows to navigate with scroll. - `touch` - Allows to navigate with touch gestures.