From 32a0e18affae84aeaf274298cf3a8e5fe63f927d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 15 Aug 2017 17:50:47 +0200 Subject: [PATCH] adding link to the plugin page --- Plugin-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-development.md b/Plugin-development.md index 37d05ad..2974461 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -1,4 +1,4 @@ -Almost every single feature of WebSlides is a plugin. The core only consists of methods that allows you to navigate through the slides while the plugins do the rest. They can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [the API](Core-API)) **before creating** the instance: +Almost every single feature of WebSlides is [a plugin](https://github.com/webslides/WebSlides/wiki/Plugin-docs). The core only consists of methods that allows you to navigate through the slides while the plugins do the rest. They can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [the API](Core-API)) **before creating** the instance: ```javascript // Adding the constructor to WebSlides