Skip to content

Commit 4b11a4e

Browse files
thijstriemstragkatsev
authored andcommitted
docs: use https links (videojs#5749)
1 parent 72988d3 commit 4b11a4e

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

COLLABORATOR_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ This collaborator guide was heavily inspired by [node.js's guide](https://github
463463
464464
[conventions]: https://github.com/videojs/conventional-changelog-videojs/blob/master/convention.md
465465
466-
[vjs npm]: http://npmjs.com/org/videojs
466+
[vjs npm]: https://www.npmjs.com/org/videojs
467467
468468
[npm org]: https://docs.npmjs.com/misc/orgs
469469

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A good bug report should be as detailed as possible, so that others won't have t
6868

6969
### Requesting a Feature
7070

71-
1. [Check the plugin list](http://videojs.com/plugins/) for any plugins that may already support the feature.
71+
1. [Check the plugin list](https://videojs.com/plugins/) for any plugins that may already support the feature.
7272
1. [Search the issues](https://github.com/videojs/video.js/issues) for any previous requests for the same feature, and give a thumbs up or +1 on existing requests.
7373
1. If no previous requests exist, create a new issue. Please be as clear as possible about why the feautre is needed and the intended use case.
7474
1. Once again, be as details as possible and follow the [issue template][]
@@ -284,7 +284,7 @@ See [Running tests](#running-tests) for more information.
284284
git push origin my-branch
285285
```
286286

287-
Then go to the [repo page](http://github.com/videojs/video.js) and click the "Pull Request" button and fill out the [pull request template](/.github/PULL_REQUEST_TEMPLATE.md)
287+
Then go to the [repo page](https://github.com/videojs/video.js) and click the "Pull Request" button and fill out the [pull request template](/.github/PULL_REQUEST_TEMPLATE.md)
288288

289289
### Code Style Guide
290290

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In older versions of Video.js (6 and earlier), in the `vjs.zencdn.net` CDN-hoste
3737
<script>window.HELP_IMPROVE_VIDEOJS = false;</script>
3838
```
3939

40-
Alternatively, you can include Video.js by getting it from [npm](http://videojs.com/getting-started/#download-npm), downloading from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN like CDNjs. These releases _do not_ include Google Analytics tracking at all.
40+
Alternatively, you can include Video.js by getting it from [npm](https://videojs.com/getting-started/#download-npm), downloading from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN like CDNjs. These releases _do not_ include Google Analytics tracking at all.
4141

4242
```html
4343
<!-- unpkg : use the latest version of Video.js -->
@@ -69,7 +69,7 @@ Next, using Video.js is as simple as creating a `<video>` element, but with an a
6969
<p class="vjs-no-js">
7070
To view this video please enable JavaScript, and consider upgrading to a
7171
web browser that
72-
<a href="http://videojs.com/html5-video-support/" target="_blank">
72+
<a href="https://videojs.com/html5-video-support/" target="_blank">
7373
supports HTML5 video
7474
</a>
7575
</p>
@@ -129,23 +129,23 @@ Video.js is [licensed][license] under the Apache License, Version 2.0.
129129

130130
[coveralls-link]: https://coveralls.io/github/videojs/video.js?branch=master
131131

132-
[docs]: http://docs.videojs.com
132+
[docs]: https://docs.videojs.com
133133

134-
[fastly]: http://www.fastly.com/
134+
[fastly]: https://www.fastly.com/
135135

136-
[getting-started]: http://videojs.com/getting-started/
136+
[getting-started]: https://videojs.com/getting-started/
137137

138138
[license]: LICENSE
139139

140-
[logo]: http://videojs.com/img/logo.png
140+
[logo]: https://videojs.com/img/logo.png
141141

142142
[npm-icon]: https://nodei.co/npm/video.js.png?downloads=true&downloadRank=true
143143

144144
[npm-link]: https://nodei.co/npm/video.js/
145145

146146
[options]: docs/guides/options.md
147147

148-
[plugins]: http://videojs.com/plugins/
148+
[plugins]: https://videojs.com/plugins/
149149

150150
[slack-icon]: http://slack.videojs.com/badge.svg
151151

@@ -155,6 +155,6 @@ Video.js is [licensed][license] under the Apache License, Version 2.0.
155155

156156
[travis-link]: https://travis-ci.org/videojs/video.js
157157

158-
[vjs]: http://videojs.com
158+
[vjs]: https://videojs.com
159159

160160
[coc]: CODE_OF_CONDUCT.md

docs/examples/elephantsdream/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<track kind="chapters" src="chapters.en.vtt" srclang="en" label="English">
3535

36-
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
36+
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
3737
</video>
3838

3939
</body>

docs/examples/simple-embed/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
1616
<track kind="captions" src="../shared/example-captions.vtt" srclang="en" label="English">
1717
<track kind="subtitles" src="../shared/example-captions.vtt" srclang="en" label="English">
18-
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
18+
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
1919
</video>
2020

2121
</body>

0 commit comments

Comments
 (0)