Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken blogpost urls #7106

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/guides/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ see the [setup guide][install-guide].
## Q: Is Video.js on bower?

Versions prior to Video.js 6 support bower, however, as of Video.js 6, bower is no
longer officially supported. Please see <https://github.com/videojs/video.js/issues/4012>
longer officially supported. Please see [issue #4012][issue-4012]
for more information.

## Q: What do Video.js version numbers mean?
Expand Down Expand Up @@ -303,6 +303,8 @@ Yes! See [ReactJS integration example][react-guide].

[install-guide]: https://videojs.com/getting-started/

[issue-4012]: https://github.com/videojs/video.js/issues/4012

[issue-template]: https://github.com/videojs/video.js/blob/main/.github/ISSUE_TEMPLATE.md

[node]: https://www.npmjs.com/package/video.js
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ player.autoplay('muted');

#### More info on autoplay support and changes:

* See our blog post: <https://videojs.com/blog/autoplay-best-practices-with-video-js/>
* See our blog post: [Autoplay Best Practices with Video.js](https://videojs.com/blog/autoplay-best-practices-with-video-js/)

### `controls`

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,6 @@ These events work for both basic and advanced plugins. They are triggered on the

[spellbook]: https://github.com/videojs/spellbook

[standards]: https://github.com/videojs/generator-videojs-plugin/blob/main/docs/standards.md
[standards]: https://github.com/videojs/generator-videojs-plugin/blob/master/docs/conventions.md

[yeoman]: http://yeoman.io