diff --git a/ej2-react/document-editor/collaborative-editing/overview.md b/ej2-react/document-editor/collaborative-editing/overview.md index b61ae9dd6..0d20a933c 100644 --- a/ej2-react/document-editor/collaborative-editing/overview.md +++ b/ej2-react/document-editor/collaborative-editing/overview.md @@ -39,6 +39,6 @@ Using the distributed cache or database all the editing operations are queued in #### See Also -- [Collaborative editing using Redis cache in ASP.NET Core](../../document-editor/collaborative-editing/using-distributed-cache-asp-net-core) -- [Collaborative editing using Microsoft SQL server in ASP.NET Core](../../document-editor/collaborative-editing/using-database-in-asp-net-core) -- [Collaborative editing using Java](../../document-editor/collaborative-editing/using-java) \ No newline at end of file +- [Collaborative editing using Redis cache in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/collaborative-editing/overview#distributed-cache-or-database) +- [Collaborative editing using Microsoft SQL server in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/collaborative-editing/using-dot-net) +- [Collaborative editing using Java](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/collaborative-editing/using-java) \ No newline at end of file diff --git a/ej2-react/document-editor/image.md b/ej2-react/document-editor/image.md index 3b90f9857..3e13e7171 100644 --- a/ej2-react/document-editor/image.md +++ b/ej2-react/document-editor/image.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Image in React Document editor component -Document Editor supports common raster format images like PNG, BMP, JPEG, SVG and GIF. You can insert an image file or online image in the document using the [`insertImage()`](../api/document-editor/editor/#insertimage) method. Refer to the following sample code. +Document Editor supports common raster format images like PNG, BMP, JPEG, SVG and GIF. You can insert an image file or online image in the document using the [`insertImage()`](https://help.syncfusion.com/document-processing/word/word-processor/react/how-to/insert-text-or-image-in-table-programmatically) method. Refer to the following sample code. {% raw %} @@ -83,7 +83,7 @@ Image files will be internally converted to base64 string. Whereas, online image Document Editor provides built-in image resizer that can be injected into your application based on the requirements. This allows you to resize the image by dragging the resizing points using mouse or touch interactions. This resizer appears as follows. -![Image](images/image.png) +![Image](images/react-word-processor-image-resizing.png){:width="623" height="550" loading="lazy"} ## Changing size diff --git a/ej2-react/document-editor/images/image.png b/ej2-react/document-editor/images/image.png deleted file mode 100644 index e498b5752..000000000 Binary files a/ej2-react/document-editor/images/image.png and /dev/null differ diff --git a/ej2-react/document-editor/images/react-word-processor-image-resizing.png b/ej2-react/document-editor/images/react-word-processor-image-resizing.png new file mode 100644 index 000000000..9161b8fb1 Binary files /dev/null and b/ej2-react/document-editor/images/react-word-processor-image-resizing.png differ