From 7db5b559093f988fdc7ab353e6ef06faf68a86e4 Mon Sep 17 00:00:00 2001 From: Grzegorz Pokorski Date: Sat, 11 May 2024 15:27:17 +0200 Subject: [PATCH] docs(website): fix wrong link to the react.js project website (#2124) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e178cdbc..04ba93f38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React DayPicker -[DayPicker](http://react-day-picker.js.org) is a date picker component for [React](https://reactjs.org). Renders a monthly calendar to select days. DayPicker is customizable, works great with input fields and can be styled to match any design. +[DayPicker](http://react-day-picker.js.org) is a date picker component for [React](https://react.dev/). Renders a monthly calendar to select days. DayPicker is customizable, works great with input fields and can be styled to match any design. ➡️ **[react-day-picker.js.org](http://react-day-picker.js.org)** for guides, examples and API reference.