Skip to content

Commit 079cbe1

Browse files
fix: change http to https in examples (videojs#8905)
Change examples to use https and not http. Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
1 parent d0cf139 commit 079cbe1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/examples/elephantsdream/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8" />
66
<title>Video.js Text Descriptions, Chapters &amp; Captions Example</title>
77

8-
<link href="http://vjs.zencdn.net/7.0/video-js.min.css" rel="stylesheet">
9-
<script src="http://vjs.zencdn.net/7.0/video.min.js"></script>
8+
<link href="https://vjs.zencdn.net/7.0/video-js.min.css" rel="stylesheet">
9+
<script src="https://vjs.zencdn.net/7.0/video.min.js"></script>
1010

1111
</head>
1212
<body>

docs/examples/simple-embed/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<body>
1111

1212
<video id="example_video_1" class="video-js" controls preload="none" width="640" height="264" poster="http://vjs.zencdn.net/v/oceans.png" data-setup="{}">
13-
<source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
14-
<source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm">
15-
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
13+
<source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
14+
<source src="https://vjs.zencdn.net/v/oceans.webm" type="video/webm">
15+
<source src="https://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">
1818
<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>

0 commit comments

Comments
 (0)