1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-12 12:16:27 +02:00

Merge pull request #1650 from SteveALee/docfix

Fixed broken link to components guide
This commit is contained in:
Matthew McClure 2014-11-10 09:51:39 -08:00
commit caf44a4ad3

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.