From 35517d51192ba58023988305b48f1ad14c89d42b Mon Sep 17 00:00:00 2001 From: Himansh <77732259+himansh-gjr@users.noreply.github.com> Date: Sat, 11 Mar 2023 17:17:09 +0530 Subject: [PATCH] Fix broken links in the docs (#4963) * docs: Fix broken link of Storage * docs: Fix broken link of Blocks * docs: Fix broken link of Style-manager * docs: Fix broken link of Commands * docs: Fix broken link of Assets --------- Co-authored-by: Artur Arseniev --- docs/modules/Assets.md | 2 +- docs/modules/Blocks.md | 2 +- docs/modules/Commands.md | 2 +- docs/modules/Storage.md | 2 +- docs/modules/Style-manager.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/Assets.md b/docs/modules/Assets.md index a65d99851..c5e9206f7 100644 --- a/docs/modules/Assets.md +++ b/docs/modules/Assets.md @@ -31,7 +31,7 @@ You can update most of them later by using `getConfig` inside of the module const amConfig = editor.AssetManager.getConfig(); ``` -Check the full list of available options here: [Asset Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/asset_manager/config/config.js) +Check the full list of available options here: [Asset Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/asset_manager/config/config.ts) diff --git a/docs/modules/Blocks.md b/docs/modules/Blocks.md index c9fcdc229..1d4ba764f 100644 --- a/docs/modules/Blocks.md +++ b/docs/modules/Blocks.md @@ -33,7 +33,7 @@ const editor = grapesjs.init({ }); ``` -Check the full list of available options here: [Block Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/block_manager/config/config.js) +Check the full list of available options here: [Block Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/block_manager/config/config.ts) ## Initialization diff --git a/docs/modules/Commands.md b/docs/modules/Commands.md index 96a408ff1..ddfdceaa6 100644 --- a/docs/modules/Commands.md +++ b/docs/modules/Commands.md @@ -37,7 +37,7 @@ const editor = grapesjs.init({ }); ``` -For all other available options check directly the [configuration source file](https://github.com/GrapesJS/grapesjs/blob/dev/src/commands/config/config.js). +For all other available options check directly the [configuration source file](https://github.com/GrapesJS/grapesjs/blob/master/src/commands/config/config.ts). Most commonly commands are created dynamically post-initialization, in that case, you'll need to use the [Commands API](/api/commands.html) (eg. this is what you need if you create a plugin) diff --git a/docs/modules/Storage.md b/docs/modules/Storage.md index 9780ed069..08475d245 100644 --- a/docs/modules/Storage.md +++ b/docs/modules/Storage.md @@ -43,7 +43,7 @@ const editor = grapesjs.init({ }); ``` -Check the full list of available options here: [Storage Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/storage_manager/config/config.js) +Check the full list of available options here: [Storage Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/storage_manager/config/config.ts) diff --git a/docs/modules/Style-manager.md b/docs/modules/Style-manager.md index f9d440a3f..18bce2692 100644 --- a/docs/modules/Style-manager.md +++ b/docs/modules/Style-manager.md @@ -32,7 +32,7 @@ const editor = grapesjs.init({ }); ``` -Check the full list of available options here: [Style Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/style_manager/config/config.js) +Check the full list of available options here: [Style Manager Config](https://github.com/GrapesJS/grapesjs/blob/master/src/style_manager/config/config.ts)