Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix some links to date picker docs #4362

Merged
merged 3 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This component has three peer dependencies that you will need to install as well

## Documentation

[The documentation](https://mui.com/components/x/react-date-pickers/date-picker/)
[The documentation](https://mui.com/x/react-date-pickers/date-picker/)
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui-x/issues"
},
"homepage": "https://mui.com/components/x/react-date-pickers/date-picker/",
"homepage": "https://mui.com/x/react-date-pickers/date-picker/",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type DateRangePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Range Picker](https://mui.com/components/x/react-date-pickers/date-range-picker/)
* - [Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const propsAreEqual = (
*
* Demos:
*
* - [Date Range Picker](https://mui.com/components/x/react-date-pickers/date-range-picker/)
* - [Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type DesktopDateRangePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Range Picker](https://mui.com/components/x/react-date-pickers/date-range-picker/)
* - [Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type MobileDateRangePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Range Picker](https://mui.com/components/x/react-date-pickers/date-range-picker/)
* - [Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type StaticDateRangePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Range Picker](https://mui.com/components/x/react-date-pickers/date-range-picker/)
* - [Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/)
*
* API:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This component has three peer dependencies that you will need to install as well

## Documentation

[The documentation](https://mui.com/components/x/react-date-pickers/date-picker/)
[The documentation](https://mui.com/x/react-date-pickers/date-picker/)
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui-x/issues"
},
"homepage": "https://mui.com/components/x/react-date-pickers/date-picker/",
"homepage": "https://mui.com/x/react-date-pickers/date-picker/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type CalendarPickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const monthMap = [
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/DatePicker/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type DatePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
* - [Pickers](https://mui.com/x/react-date-pickers/)
*
* API:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type DateTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Time Picker](https://mui.com/components/x/react-date-pickers/date-time-picker/)
* - [Date Time Picker](https://mui.com/x/react-date-pickers/date-time-picker/)
* - [Pickers](https://mui.com/x/react-date-pickers/)
*
* API:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type DesktopDatePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type DesktopDateTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Time Picker](https://mui.com/components/x/react-date-pickers/date-time-picker/)
* - [Date Time Picker](https://mui.com/x/react-date-pickers/date-time-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type DesktopTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Time Picker](https://mui.com/components/x/react-date-pickers/time-picker/)
* - [Time Picker](https://mui.com/x/react-date-pickers/time-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type MobileDatePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type MobileDateTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Time Picker](https://mui.com/components/x/react-date-pickers/date-time-picker/)
* - [Date Time Picker](https://mui.com/x/react-date-pickers/date-time-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type MobileTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Time Picker](https://mui.com/components/x/react-date-pickers/time-picker/)
* - [Time Picker](https://mui.com/x/react-date-pickers/time-picker/)
*
* API:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/PickersDay/PickersDay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ PickersDayRaw.propTypes = {
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type StaticDatePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Picker](https://mui.com/components/x/react-date-pickers/date-picker/)
* - [Date Picker](https://mui.com/x/react-date-pickers/date-picker/)
*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type StaticDateTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Date Time Picker](https://mui.com/components/x/react-date-pickers/date-time-picker/)
* - [Date Time Picker](https://mui.com/x/react-date-pickers/date-time-picker/)
Copy link
Member Author

@oliviertassinari oliviertassinari Apr 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In MUI Core, I believe these comments are generated automatically and kept in sync in each PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will probably have improvements to do for this part indeed

*
* API:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type StaticTimePickerComponent = (<TDate>(
*
* Demos:
*
* - [Time Picker](https://mui.com/components/x/react-date-pickers/time-picker/)
* - [Time Picker](https://mui.com/x/react-date-pickers/time-picker/)
*
* API:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/TimePicker/TimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type TimePickerComponent = (<TDate>(
* Demos:
*
* - [Pickers](https://mui.com/x/react-date-pickers/)
* - [Time Picker](https://mui.com/components/x/react-date-pickers/time-picker/)
* - [Time Picker](https://mui.com/x/react-date-pickers/time-picker/)
*
* API:
*
Expand Down