You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ A good bug report should be as detailed as possible, so that others won't have t
68
68
69
69
### Requesting a Feature
70
70
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.
72
72
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.
73
73
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.
74
74
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.
284
284
git push origin my-branch
285
285
```
286
286
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)
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.
41
41
42
42
```html
43
43
<!-- 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
69
69
<pclass="vjs-no-js">
70
70
To view this video please enable JavaScript, and consider upgrading to a
<pclass="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <ahref="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
36
+
<pclass="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <ahref="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
<pclass="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <ahref="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
18
+
<pclass="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <ahref="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
0 commit comments