1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-15 01:34:23 +02:00

@rcrooks fixed a couple of docs link and a jsdoc comment. closes #2987

This commit is contained in:
rcrooks
2016-01-15 15:33:15 -05:00
committed by Gary Katsevman
parent c901fcee6b
commit d448acd224
6 changed files with 9 additions and 4 deletions

View File

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