diff --git a/Document-Processing/Word/Word-Processor/blazor/accessibility.md b/Document-Processing/Word/Word-Processor/blazor/accessibility.md
index 92a5abf25..675369aaa 100644
--- a/Document-Processing/Word/Word-Processor/blazor/accessibility.md
+++ b/Document-Processing/Word/Word-Processor/blazor/accessibility.md
@@ -154,7 +154,7 @@ The following table lists the default keyboard shortcuts for formatting the para
|Ctrl + D | ⌘ + D | Opens font dialog.|
|Ctrl + K | ⌘ + K | Opens hyperlink dialog.|
-You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
+You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.
## Ensuring accessibility
diff --git a/Document-Processing/Word/Word-Processor/blazor/clipboard.md b/Document-Processing/Word/Word-Processor/blazor/clipboard.md
index abac1fd2d..e6f3804ad 100644
--- a/Document-Processing/Word/Word-Processor/blazor/clipboard.md
+++ b/Document-Processing/Word/Word-Processor/blazor/clipboard.md
@@ -77,4 +77,4 @@ The following code example shows how to perform the paste operation from the loc
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/find-and-replace.md b/Document-Processing/Word/Word-Processor/blazor/find-and-replace.md
index 68bd0c1f4..5b8a2d97d 100644
--- a/Document-Processing/Word/Word-Processor/blazor/find-and-replace.md
+++ b/Document-Processing/Word/Word-Processor/blazor/find-and-replace.md
@@ -53,4 +53,4 @@ You can invoke the search or find text functionality programmatically using the
}
```
-You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
+You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md b/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
index 85e074308..28f95c844 100644
--- a/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
+++ b/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
@@ -157,4 +157,4 @@ Add the Syncfusion® Blazor DocumentEditor c
N> The Document editor is one of the large functionalities covered component as it gives you many functionalities of Microsoft Word application. It has more UI views like text properties pane, header footer properties pane, image properties pane and dialogs.
The dependency components are [Syncfusion.Blazor.Calendars](https://www.nuget.org/packages/Syncfusion.Blazor.Calendars/), [Syncfusion.Blazor.Core](https://www.nuget.org/packages/Syncfusion.Blazor.Core/), [Syncfusion.Blazor.Data](https://www.nuget.org/packages/Syncfusion.Blazor.Data/), [Syncfusion.Blazor.DropDowns](https://www.nuget.org/packages/Syncfusion.Blazor.DropDowns/), [Syncfusion.Blazor.Navigations](https://www.nuget.org/packages/Syncfusion.Blazor.Navigations/), [Syncfusion.WordProcessor.AspNet.Core](https://www.nuget.org/packages/Syncfusion.WordProcessor.AspNet.Core/), [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/). So, it takes some time (less than 6seconds) for initial loading in client browsers to load all the dependency components and it is an expected one.
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/header-footer.md b/Document-Processing/Word/Word-Processor/blazor/header-footer.md
index b1f6b03d6..992f27fe0 100644
--- a/Document-Processing/Word/Word-Processor/blazor/header-footer.md
+++ b/Document-Processing/Word/Word-Processor/blazor/header-footer.md
@@ -56,4 +56,4 @@ Move the selection to the document body from header or footer region by double c
await container.DocumentEditor.Selection.CloseHeaderFooterAsync();
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/history.md b/Document-Processing/Word/Word-Processor/blazor/history.md
index 9439abaa9..705f39f30 100644
--- a/Document-Processing/Word/Word-Processor/blazor/history.md
+++ b/Document-Processing/Word/Word-Processor/blazor/history.md
@@ -60,4 +60,4 @@ History of editing actions will be maintained in stack, so that the last item wi
await container.DocumentEditor.EditorHistory.SetRedoLimitAsync(400);
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/image.md b/Document-Processing/Word/Word-Processor/blazor/image.md
index 78b1fccee..d7d90d135 100644
--- a/Document-Processing/Word/Word-Processor/blazor/image.md
+++ b/Document-Processing/Word/Word-Processor/blazor/image.md
@@ -41,4 +41,4 @@ Text wrapping refers to how images fit with surrounding text in a document. [Ref
DocumentEditor preserves the position properties of the image and displays the image based on position properties. It does not support modifying the position properties. Whereas the image will be automatically moved along with text edited if it is positioned relative to the line or paragraph.
-You can also explore our [`Blazor Word Processor`](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
\ No newline at end of file
+You can also explore our [`Blazor Word Processor`](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/blazor/opening-a-document.md b/Document-Processing/Word/Word-Processor/blazor/opening-a-document.md
index f1e308588..0af667d92 100644
--- a/Document-Processing/Word/Word-Processor/blazor/opening-a-document.md
+++ b/Document-Processing/Word/Word-Processor/blazor/opening-a-document.md
@@ -290,7 +290,7 @@ The Word document can be opened on control initialization, in this sample, the d
}
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
## Opening a document with TIFF, EMF and WMF images
diff --git a/Document-Processing/Word/Word-Processor/blazor/overview.md b/Document-Processing/Word/Word-Processor/blazor/overview.md
index 0203e899a..fe985e140 100644
--- a/Document-Processing/Word/Word-Processor/blazor/overview.md
+++ b/Document-Processing/Word/Word-Processor/blazor/overview.md
@@ -37,4 +37,4 @@ The [Blazor Word Processor component](https://www.syncfusion.com/blazor-componen
* Contains Intuitive UI options through context menu, dialogs, and navigation pane.
* Localizes all the static text to any desired language.
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/paragraph-format.md b/Document-Processing/Word/Word-Processor/blazor/paragraph-format.md
index fffdd3b4f..f668517f5 100644
--- a/Document-Processing/Word/Word-Processor/blazor/paragraph-format.md
+++ b/Document-Processing/Word/Word-Processor/blazor/paragraph-format.md
@@ -92,4 +92,4 @@ The following example code illustrates how to show or hide paragraph marks.
}
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md b/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
index 959d75370..635ee4110 100644
--- a/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
@@ -41,4 +41,4 @@ Also, at some situations, you might need to allow changes for a certain portion

-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/section-format.md b/Document-Processing/Word/Word-Processor/blazor/section-format.md
index 400af5cd4..b71e287af 100644
--- a/Document-Processing/Word/Word-Processor/blazor/section-format.md
+++ b/Document-Processing/Word/Word-Processor/blazor/section-format.md
@@ -52,4 +52,4 @@ You can define the distance of footer content from the bottom of the page by usi
await documentEditor.Selection.SectionFormat.SetFooterDistanceAsync(72);
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/styles.md b/Document-Processing/Word/Word-Processor/blazor/styles.md
index f429bbabc..a8088c46e 100644
--- a/Document-Processing/Word/Word-Processor/blazor/styles.md
+++ b/Document-Processing/Word/Word-Processor/blazor/styles.md
@@ -156,4 +156,4 @@ object paragraphStyles = await container.DocumentEditor.GetStylesAsync(StyleType
object characterStyles = await container.DocumentEditor.GetStylesAsync(StyleType.Character);
```
-You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
\ No newline at end of file
+You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/blazor/table-format.md b/Document-Processing/Word/Word-Processor/blazor/table-format.md
index c166aeb8d..28adbe7a5 100644
--- a/Document-Processing/Word/Word-Processor/blazor/table-format.md
+++ b/Document-Processing/Word/Word-Processor/blazor/table-format.md
@@ -176,4 +176,4 @@ Document Editor expose API to get or set the table description of the selected i
await documentEditor.Selection.TableFormat.SetDescriptionAsync("Freight cost and shipping details");
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/table-of-contents.md b/Document-Processing/Word/Word-Processor/blazor/table-of-contents.md
index cafdaceea..6880ae9b1 100644
--- a/Document-Processing/Word/Word-Processor/blazor/table-of-contents.md
+++ b/Document-Processing/Word/Word-Processor/blazor/table-of-contents.md
@@ -86,4 +86,4 @@ await editor.Editor.InsertTableOfContentsAsync(tableOfContentsSettings);
N> Same method is used for inserting, updating, and editing table of contents. This will work based on the current element at cursor position and the optional settings parameter. If table of contents is present at cursor position, the update operation will be done based on the optional settings parameter. Otherwise, the insert operation will be done.
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/table.md b/Document-Processing/Word/Word-Processor/blazor/table.md
index fab65c201..bb2e87c12 100644
--- a/Document-Processing/Word/Word-Processor/blazor/table.md
+++ b/Document-Processing/Word/Word-Processor/blazor/table.md
@@ -132,4 +132,4 @@ Refer to the following sample code.
await documentEditor.Editor.MergeCellsAsync();
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
diff --git a/Document-Processing/Word/Word-Processor/blazor/text-format.md b/Document-Processing/Word/Word-Processor/blazor/text-format.md
index 134ca0f6d..e354dd5ce 100644
--- a/Document-Processing/Word/Word-Processor/blazor/text-format.md
+++ b/Document-Processing/Word/Word-Processor/blazor/text-format.md
@@ -162,4 +162,4 @@ The highlight color of the selected text can be get or set using the following s
await documentEditor.Selection.CharacterFormat.SetHighlightColorAsync(HighlightColor.Pink);
```
-You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
+You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.