Skip to content

Commit c879797

Browse files
committed
[update] links fixed
1 parent fa36870 commit c879797

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/integration-with-eventcalendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from events (the [snippet
2525
- **Timezone handling:**
2626
- Booking interprets timestamps in the local timezone.
2727
- 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).
28-
For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data).
28+
For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data).
2929

3030
- **Booking slot strategies:**
3131
- Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy)

docs/guides/integration-with-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from the schedule (the [s
2525
- **Timezone handling:**
2626
- Booking interprets timestamps in the local timezone.
2727
- 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).
28-
For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data).
28+
For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data).
2929

3030
- **Booking slot strategies:**
3131
- Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy)

0 commit comments

Comments
 (0)