From c879797fa20c358634ddc6273093222a7dad96ad Mon Sep 17 00:00:00 2001 From: tbshag2 Date: Fri, 21 Mar 2025 11:10:52 +0300 Subject: [PATCH] [update] links fixed --- docs/guides/integration-with-eventcalendar.md | 2 +- docs/guides/integration-with-scheduler.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/integration-with-eventcalendar.md b/docs/guides/integration-with-eventcalendar.md index 0de5080..5c5b888 100644 --- a/docs/guides/integration-with-eventcalendar.md +++ b/docs/guides/integration-with-eventcalendar.md @@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from events (the [snippet - **Timezone handling:** - Booking interprets timestamps in the local timezone. - If you use global timestamps, you need to convert them to local timezones before sending them to Booking (and vice versa before saving the data back). -For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data). +For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data). - **Booking slot strategies:** - Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy) diff --git a/docs/guides/integration-with-scheduler.md b/docs/guides/integration-with-scheduler.md index cd38830..8ae1aaf 100644 --- a/docs/guides/integration-with-scheduler.md +++ b/docs/guides/integration-with-scheduler.md @@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from the schedule (the [s - **Timezone handling:** - Booking interprets timestamps in the local timezone. - If you use global timestamps, you need to convert them to local timezones before sending them to Booking (and vice versa before saving the data back). -For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data). +For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data). - **Booking slot strategies:** - Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy)