From 4a1db3347b1ec2aeaad46230d7afd87c4efc32d8 Mon Sep 17 00:00:00 2001 From: Alexander Ward Date: Wed, 24 Apr 2019 14:12:41 -0700 Subject: [PATCH] Fix plugins link The plugin link is dead, but it looks like it's been moved to this section. --- docs/modules/Components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/Components.md b/docs/modules/Components.md index 62ca23653..0916fba6b 100644 --- a/docs/modules/Components.md +++ b/docs/modules/Components.md @@ -440,5 +440,5 @@ Solution 1: turn off `autorender` editor.render(); ``` -Solution 2: put all the stuff inside a plugin ([Creating plugins](https://github.com/artf/grapesjs/wiki/Creating-plugins)) +Solution 2: put all the stuff inside a plugin ([Creating plugins](Plugins.html))