Skip to content

Commit a2a1f8e

Browse files
[docs] Fix 404 links (mui#1880)
1 parent 41ac011 commit a2a1f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/api-docs/data-grid/data-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { DataGrid } from '@material-ui/data-grid';
2020
| <span class="prop-name">autoHeight</span> | <span class="prop-type">boolean</span> | false | If `true`, the grid height is dynamic and follow the number of rows in the grid. |
2121
| <span class="prop-name">autoPageSize</span> | <span class="prop-type">boolean</span> | false | If `true`, the pageSize is calculated according to the container size and the max number of rows to avoid rendering a vertical scroll bar. |
2222
| <span class="prop-name">checkboxSelection</span> | <span class="prop-type">boolean</span> | false | If `true`, the grid get a first column with a checkbox that allows to select rows. |
23-
| <span class="prop-name">classes</span> | <span class="prop-type">GridClasses</span> | | Override or extend the styles applied to the component. See [CSS API](/api/data-grid/#css) below for more details. |
23+
| <span class="prop-name">classes</span> | <span class="prop-type">GridClasses</span> | | Override or extend the styles applied to the component. See [CSS API](/api/data-grid/data-grid/#css) below for more details. |
2424
| <span class="prop-name">className</span> | <span class="prop-type">string</span> | | CSS classname to add on the outer container. |
2525
| <span class="prop-name">columnBuffer</span> | <span class="prop-type">number</span> | 2 | Number of columns rendered outside the grid viewport. |
2626
| <span class="prop-name">columnTypes</span> | <span class="prop-type">GridColumnTypesRecord</span> | | Extend native column types with your new column types. |

docs/pages/api-docs/data-grid/x-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { XGrid } from '@material-ui/x-grid';
2121
| <span class="prop-name">autoHeight</span> | <span class="prop-type">boolean</span> | false | If `true`, the grid height is dynamic and follow the number of rows in the grid. |
2222
| <span class="prop-name">autoPageSize</span> | <span class="prop-type">boolean</span> | false | If `true`, the pageSize is calculated according to the container size and the max number of rows to avoid rendering a vertical scroll bar. |
2323
| <span class="prop-name">checkboxSelection</span> | <span class="prop-type">boolean</span> | false | If `true`, the grid get a first column with a checkbox that allows to select rows. |
24-
| <span class="prop-name">classes</span> | <span class="prop-type">GridClasses</span> | | Override or extend the styles applied to the component. See [CSS API](/api/x-grid/#css) below for more details. |
24+
| <span class="prop-name">classes</span> | <span class="prop-type">GridClasses</span> | | Override or extend the styles applied to the component. See [CSS API](/api/data-grid/x-grid/#css) below for more details. |
2525
| <span class="prop-name">className</span> | <span class="prop-type">string</span> | | CSS classname to add on the outer container. |
2626
| <span class="prop-name">columnBuffer</span> | <span class="prop-type">number</span> | 2 | Number of columns rendered outside the grid viewport. |
2727
| <span class="prop-name">columnTypes</span> | <span class="prop-type">GridColumnTypesRecord</span> | | Extend native column types with your new column types. |

0 commit comments

Comments
 (0)