Skip to content

Commit

Permalink
[docs] Fix small external links issue (#4436)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Apr 11, 2022
1 parent 77acb3b commit 5a7ebcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/editing/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function CustomEditComponent(props: GridRenderEditCellParams) {
}
```

The following demo implements a custom edit component, based on the [`Rating`](https://mui.com/material-ui/react-rating) component from `@mui/material`, for the **Rating** column.
The following demo implements a custom edit component, based on the [`Rating`](https://mui.com/material-ui/react-rating/) component from `@mui/material`, for the **Rating** column.

{{"demo": "CustomEditComponent.js", "bg": "inline", "defaultCodeOpen": false}}

Expand Down
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/mui-x/issues"
},
"homepage": "https://mui.com/x/react-date-pickers/date-picker/",
"homepage": "https://mui.com/x/react-date-pickers/getting-started/",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
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/mui-x/issues"
},
"homepage": "https://mui.com/x/react-date-pickers/date-picker/",
"homepage": "https://mui.com/x/react-date-pickers/getting-started/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license-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/mui-x/issues"
},
"homepage": "https://mui.com/x/react-data-grid/",
"homepage": "https://mui.com/x/advanced-components/",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5a7ebcf

Please sign in to comment.