Skip to content

Commit f31fe46

Browse files
committed
Issue fixes
1 parent b47fea5 commit f31fe46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ej2-react/document-editor/collaborative-editing/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Using the distributed cache or database all the editing operations are queued in
3939
4040
#### See Also
4141

42-
- [Collaborative editing using Redis cache in ASP.NET Core](../../document-processing/word/word-processor/asp-net-core/collaborative-editing/overview#distributed-cache-or-database)
43-
- [Collaborative editing using Microsoft SQL server in ASP.NET Core](../../document-processing/word/word-processor/asp-net-core/collaborative-editing/using-dot-net)
44-
- [Collaborative editing using Java](../../document-processing/word/word-processor/javascript-es6/collaborative-editing/using-java)
42+
- [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)
43+
- [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)
44+
- [Collaborative editing using Java](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/collaborative-editing/using-java)

ej2-react/document-editor/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Image in React Document editor component
1212

13-
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.
13+
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.
1414

1515
{% raw %}
1616

0 commit comments

Comments
 (0)