Skip to content

Commit 193a19c

Browse files
xristianstefanovxristianstefanov
authored andcommitted
chore(Scheduler): apply suggestions as per comments
1 parent f47bff6 commit 193a19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/scheduler-add-hyperlinks-in-appointments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ Here’s an example:
8989
new SchedulerAppointment
9090
{
9191
Title = "Vet visit",
92-
Description = "Check this link: https://www.telerik.com/blazor-ui/documentation/components/scheduler/templates/appointment",
92+
Description = "Check this link: https://demos.telerik.com/blazor-ui/scheduler/templates",
9393
Start = new DateTime(2019, 11, 26, 11, 30, 0),
9494
End = new DateTime(2019, 11, 26, 12, 30, 0)
9595
},
9696
new SchedulerAppointment
9797
{
9898
Title = "Planning meeting",
99-
Description = "Details here: http://example.com/meeting-notes",
99+
Description = "Details here: https://demos.telerik.com/blazor-ui/scheduler/events",
100100
Start = new DateTime(2019, 11, 25, 9, 30, 0),
101101
End = new DateTime(2019, 11, 25, 12, 45, 0),
102102
Icon = SvgIcon.ExclamationCircle

0 commit comments

Comments
 (0)