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)