diff --git a/ej2-react/calendar/how-to/change-the-first-day-of-week.md b/ej2-react/calendar/how-to/change-the-first-day-of-week.md index b028608a2..350213d35 100644 --- a/ej2-react/calendar/how-to/change-the-first-day-of-week.md +++ b/ej2-react/calendar/how-to/change-the-first-day-of-week.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Change the first day of week in React Calendar component -The Calendar provides an option to change the first day of the week by using the [`firstDayOfWeek`](https://ej2.syncfusion.com/react/documentation/api/calendar#firstdayofweek) property. Day of the week starts from 0(Sunday) to 6(Saturday). +The Calendar provides an option to change the first day of the week by using the [`firstDayOfWeek`](https://ej2.syncfusion.com/react/documentation/api/calendar/#firstdayofweek) property. Day of the week starts from 0(Sunday) to 6(Saturday). > By default, the first day of week is based on culture specific. diff --git a/ej2-react/schedule/getting-started.md b/ej2-react/schedule/getting-started.md index 7f6c6746c..2047e52d3 100644 --- a/ej2-react/schedule/getting-started.md +++ b/ej2-react/schedule/getting-started.md @@ -291,4 +291,4 @@ The output will display the Scheduler with the specified view configuration. {% previewsample "page.domainurl/code-snippet/schedule/views-cs1" %} -> You can also explore our [React Scheduler example](https://ej2.syncfusion.com/react/demos/#/material/schedule/overview) that shows how to use the toolbar buttons to play with Scheduler functionalities. +> You can also explore our [React Scheduler example](https://ej2.syncfusion.com/react/demos/#/bootstrap5/schedule/overview) that shows how to use the toolbar buttons to play with Scheduler functionalities.