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