1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

docs: change blog links to most recent blog version, fix typo (#6904)

Co-authored-by: aminamos <26092352+aminamos@users.noreply.github.com>
This commit is contained in:
Amin 2020-11-10 15:10:49 -08:00 committed by GitHub
parent 694fe0f787
commit 861753017e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Please list the specific changes involved in this pull request.
## Requirements Checklist
- [ ] Feature implemented / Bug fixed
- [ ] If necessary, more likely in a feature request than a bug fix
- [ ] Change has been verified in an actual browser (Chome, Firefox, IE)
- [ ] Change has been verified in an actual browser (Chrome, Firefox, IE)
- [ ] Unit Tests updated or fixed
- [ ] Docs/guides updated
- [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))

View File

@ -144,7 +144,7 @@ on the `video` element. It's still supported by Video.js but, many browsers, inc
Instead we recommend using the `autoplay` option rather than the `autoplay` attribute, for more information on using that.
see the [autoplay option][autoplay-option] in the Video.js options guide.
For more information on the autoplay changes see our blog post: <https://blog.videojs.com/autoplay-best-practices-with-video-js/>
For more information on the autoplay changes see our blog post: <https://videojs.com/blog/autoplay-best-practices-with-video-js/>
### Q: How can I autoplay a video on a mobile device?

View File

@ -1,6 +1,6 @@
# Middleware
Middleware is a Video.js feature that allows interaction with and modification of how the `Player` and `Tech` talk to each other. For more in-depth information, check out our [feature spotlight](https://blog.videojs.com/feature-spotlight-middleware/).
Middleware is a Video.js feature that allows interaction with and modification of how the `Player` and `Tech` talk to each other. For more in-depth information, check out our [feature spotlight](https://videojs.com/blog/feature-spotlight-middleware/).
## Table of Contents

View File

@ -94,7 +94,7 @@ player.autoplay('muted');
#### More info on autoplay support and changes:
* See our blog post: <https://blog.videojs.com/autoplay-best-practices-with-video-js/>
* See our blog post: <https://videojs.com/blog/autoplay-best-practices-with-video-js/>
### `controls`