diff --git a/WindowsForms/Scheduler/Getting-Started.md b/WindowsForms/Scheduler/Getting-Started.md
index f25db984b..def253abf 100644
--- a/WindowsForms/Scheduler/Getting-Started.md
+++ b/WindowsForms/Scheduler/Getting-Started.md
@@ -756,4 +756,4 @@ The C# WinForms Calendar Scheduler control supports creating the recurring appoi
[Create the recurrence appointment in WinForms Calendar Scheduler control ](time-interval)
-N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar.
+N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. Looking for the full Winforms Scheduler component overview, features, pricing, and documentation? Visit the [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) page.
diff --git a/WindowsForms/Scheduler/Metro-Theme-for-Essential-Schedule.md b/WindowsForms/Scheduler/Metro-Theme-for-Essential-Schedule.md
index 45c61161f..5f7d1f9de 100644
--- a/WindowsForms/Scheduler/Metro-Theme-for-Essential-Schedule.md
+++ b/WindowsForms/Scheduler/Metro-Theme-for-Essential-Schedule.md
@@ -7,7 +7,7 @@ control: Schedule
documentation: ug
---
-# Metro Theme for Essential® Schedule in Windows Forms Scheduler
+# Metro Theme for Schedule in Windows Forms Scheduler
This feature enables you to apply new Metro styles to the Schedule control.
diff --git a/WindowsForms/Scheduler/Overview.md b/WindowsForms/Scheduler/Overview.md
index 891f3a350..5e7575ecc 100644
--- a/WindowsForms/Scheduler/Overview.md
+++ b/WindowsForms/Scheduler/Overview.md
@@ -9,7 +9,7 @@ documentation: ug
# Windows Forms Scheduler (Event Calendar) Overview
-The Syncfusion® Scheduler is a Windows Forms class library built around the functionalities found in the Windows Forms Grid control. The control allows you to add scheduling support to your applications.
+The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) is a Windows Forms class library built around the functionalities found in the Windows Forms Grid control. The control allows you to add scheduling support to your applications.
The most popular WinForms Scheduler includes creating new appointments, displaying those appointments in a variety of views, including Monthly, Daily, Weekly, Work Week, and multiple days. In the daily formats, you can use the UI to drag appointments to another time slot and to extend appointments. A flexible navigation calendar lets you easily home on the dates you would like to see in the Schedule control.
@@ -31,4 +31,4 @@ The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/schedul
* Recurrence appointment: Supports schedule recurring appointments to repeat daily, weekly, monthly, or yearly.
* Touch support: Completely supports swiping, panning, zooming, and more.
-N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar.
\ No newline at end of file
+N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. Looking for the full WPF Scheduler component overview, features, pricing, and documentation? Visit the [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) page.
\ No newline at end of file
diff --git a/WindowsForms/Scheduler/TouchSupport.md b/WindowsForms/Scheduler/TouchSupport.md
index 7ab8d039d..5a58669f4 100644
--- a/WindowsForms/Scheduler/TouchSupport.md
+++ b/WindowsForms/Scheduler/TouchSupport.md
@@ -9,7 +9,7 @@ documentation: ug
# Touch Support in Windows Forms Scheduler (Schedule)
-The ScheduleControl provides the swipe scrolling and zooming touch support like Outlook calendar. The touch support for schedule control can be enabled by setting the [EnableTouchMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Schedule.ScheduleControl.html#Syncfusion_Windows_Forms_Schedule_ScheduleControl_EnableTouchMode) property to `true`. This will enable the grid to support the swiping, panning, and zooming. Default value of the `EnableTouchMode` property is `false`.
+The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) Control provides the swipe scrolling and zooming touch support like Outlook calendar. The touch support for schedule control can be enabled by setting the [EnableTouchMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Schedule.ScheduleControl.html#Syncfusion_Windows_Forms_Schedule_ScheduleControl_EnableTouchMode) property to `true`. This will enable the grid to support the swiping, panning, and zooming. Default value of the `EnableTouchMode` property is `false`.
{% tabs %}
{% highlight c# %}