Skip to content

Commit

Permalink
docs: update react-day-picker links (#2748)
Browse files Browse the repository at this point in the history
Their website update (gpbl/react-day-picker#2112)
broke two links which makes CI fail
  • Loading branch information
andipaetzold committed May 8, 2024
1 parent 46904b4 commit 5c4a294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/datepicker/src/Calendar/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Use `from...` and `to...` props to control time frames

Use modifiers to modify certain days, for example showing indicators for scheduled actions.

Read more about modifiers: https://react-day-picker.js.org/basics/modifiers
Read more about modifiers: https://react-day-picker.js.org/advanced-guides/custom-modifiers

```jsx file=../../examples/Calendar/Indicator.tsx

Expand All @@ -67,7 +67,7 @@ Read more about modifiers: https://react-day-picker.js.org/basics/modifiers

Use components to modify certain parts of the calendar, for example modifying day content.

Read more about custom components: https://react-day-picker.js.org/guides/custom-components
Read more about custom components: https://react-day-picker.js.org/advanced-guides/custom-components

```jsx file=../../examples/Calendar/CustomDayContent.tsx

Expand Down

0 comments on commit 5c4a294

Please sign in to comment.