Skip to content

Commit 74d941e

Browse files
authored
Merge pull request #10775 from marmelab/fix-docs-videos-links
Fix videos in DataTable docs
2 parents 88fc5e3 + c1c9ff6 commit 74d941e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/DataTable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ React-admin provides four bulk action buttons that you can use in data tables:
203203
**Tip**: Users can select a range of rows by pressing the shift key while clicking a row checkbox.
204204

205205
<video controls autoplay playsinline muted loop>
206-
<source src="./img/Datagrid-select-range.mp4" type="video/mp4"/>
206+
<source src="./img/datagrid-select-range.mp4" type="video/mp4"/>
207207
Your browser does not support the video tag.
208208
</video>
209209

@@ -525,7 +525,7 @@ const BookList = () => (
525525
## `expand`
526526

527527
<video controls autoplay playsinline muted loop>
528-
<source src="./img/Datagrid_expand.mp4" type="video/mp4"/>
528+
<source src="./img/datagrid_expand.mp4" type="video/mp4"/>
529529
Your browser does not support the video tag.
530530
</video>
531531

@@ -1269,7 +1269,7 @@ Refer to the [`<NumberField>`](./NumberField.md) documentation for more details.
12691269
`<DataTable>` has sticky headers, which means that the header row will remain visible even when scrolling down the page.
12701270

12711271
<video controls autoplay playsinline muted loop>
1272-
<source src="./img/Datagrid-headers-pinning.mp4" type="video/mp4"/>
1272+
<source src="./img/datagrid-headers-pinning.mp4" type="video/mp4"/>
12731273
Your browser does not support the video tag.
12741274
</video>
12751275

0 commit comments

Comments
 (0)