1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

@DaveVoyles updated URL to player API docs. closes #2685

This commit is contained in:
Dave Voyles 2015-10-28 15:59:32 -04:00 committed by Gary Katsevman
parent 86f23d39fd
commit 5f5357d535
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ CHANGELOG
* @gkatsev fixes track tests and ignored empty properties in tracks converter ([view](https://github.com/videojs/video.js/pull/2744)) * @gkatsev fixes track tests and ignored empty properties in tracks converter ([view](https://github.com/videojs/video.js/pull/2744))
* @misteroneill added a modal dialog ([view](https://github.com/videojs/video.js/pull/2668)) * @misteroneill added a modal dialog ([view](https://github.com/videojs/video.js/pull/2668))
* @misteroneill removed z-index from big play button ([view](https://github.com/videojs/video.js/pull/2639)) * @misteroneill removed z-index from big play button ([view](https://github.com/videojs/video.js/pull/2639))
* @DaveVoyles updated URL to player API docs ([view](https://github.com/videojs/video.js/pull/2685))
-------------------- --------------------

View File

@ -41,4 +41,4 @@ myPlayer.currentTime(120);
``` ```
The full list of player API methods and events can be found in the [player API docs](../api/vjs.Player.md). The full list of player API methods and events can be found in the [player API docs](http://docs.videojs.com/docs/api/index.html).