From 0c1370709c8f650c5c8f72bb5bbd9f0f7f27305b Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Wed, 19 Apr 2017 20:24:04 +0200 Subject: [PATCH] Updated Plugin development (markdown) --- Plugin-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin-development.md b/Plugin-development.md index 18b71fb..7b68b2d 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -22,8 +22,8 @@ Here's the list with links to any plugins that have any relevant information: - `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. -- `video` - Allows to pause video and autoplay them upon entering the slide. -- `youtube` - Allows to control YouTube videos. +- [`video`](Plugin-docs#video) - Allows to pause video and autoplay them upon entering the slide. +- [`youtube`](Plugin-docs#youtube) - Allows to control YouTube videos. ## Getting started