From bfe916845e529267d0b84ae0388064175fb37687 Mon Sep 17 00:00:00 2001 From: Grzegorz Pokorski Date: Thu, 9 May 2024 19:25:30 +0200 Subject: [PATCH] docs(website): fix wrong link to the react.js project website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e178cdbc9..04ba93f382 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.