diff --git a/src/commands/index.ts b/src/commands/index.ts index f68549efd..839e2114c 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -1,5 +1,5 @@ /** - * You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/commands/config/config.js) + * You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/commands/config/config.ts) * ```js * const editor = grapesjs.init({ * commands: { diff --git a/src/storage_manager/index.ts b/src/storage_manager/index.ts index 5232221bf..d93dbf3be 100644 --- a/src/storage_manager/index.ts +++ b/src/storage_manager/index.ts @@ -1,5 +1,5 @@ /** - * You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/storage_manager/config/config.js) + * You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/storage_manager/config/config.ts) * ```js * const editor = grapesjs.init({ * storageManager: {