From d3bd384104fea21001c15c1cd83d4c119a790821 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 18 Mar 2022 16:08:14 +0100 Subject: [PATCH] Update old Storage links --- docs/modules/Storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/Storage.md b/docs/modules/Storage.md index b67ea695d..1cb8ba47e 100644 --- a/docs/modules/Storage.md +++ b/docs/modules/Storage.md @@ -219,7 +219,7 @@ const editor = grapesjs.init({ ## Storage API -The Storage Manager module has also its own [set of APIs](https://github.com/artf/grapesjs/wiki/API-Storage-Manager) that allows you to extend and add new functionalities. +The Storage Manager module has also its own [set of APIs](/api/storage_manager.html) that allows you to extend and add new functionalities. @@ -316,7 +316,7 @@ Here you can find some of the plugins extending the Storage Manager ## Events -Another way to extend storage capabilities is to make use of GrapesJS's event hooks, you can check [here](https://github.com/artf/grapesjs/wiki/API-Editor#storages) the list of all available events for the Storage module. Let's see some of the cases where you might want to use them: +Another way to extend storage capabilities is to make use of GrapesJS's event hooks, you can check [here](/api/storage_manager.html#available-events) the list of all available events for the Storage module. Let's see some of the cases where you might want to use them: * Loading animation on storage requests ```js