From 4ae88f380321c7639c980db1de3395fd19887f5b Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Wed, 19 Apr 2017 18:30:25 +0200 Subject: [PATCH] Updated Plugin development (markdown) --- Plugin-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-development.md b/Plugin-development.md index dce7ba7..23a7712 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -15,7 +15,7 @@ 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. -- `clickNav` - Allows to click on the page to get to the next slide. +- [`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.