1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-19 10:54:16 +02:00

Fixed broken link to components guide

This commit is contained in:
Steve Lee 2014-11-07 21:18:20 +00:00
parent 0919b77f31
commit fd2b9a7f38

View File

@ -149,5 +149,5 @@ notation.
<video ... data-setup='{ "children": { "controlBar": { "children": { "muteToggle": false } } } }'></video>
```
The [components guide](/blob/master/docs/guides/components.md) has an excellent breakdown of the structure of a player, you
The [components guide](/docs/guides/components.md) has an excellent breakdown of the structure of a player, you
just need to remember to nest child components in a `children` object for each level.