From bda2a4cc3f2fc352afb6d6fd70c4a6abf5754d9c Mon Sep 17 00:00:00 2001
From: Bruce Bailey <bailey@access-board.gov>
Date: Fri, 1 Nov 2024 10:01:37 -0400
Subject: [PATCH] Update docs/examples/simple-embed/index.html

Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
 docs/examples/simple-embed/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/simple-embed/index.html b/docs/examples/simple-embed/index.html
index 1648676699..e2b44a86bc 100644
--- a/docs/examples/simple-embed/index.html
+++ b/docs/examples/simple-embed/index.html
@@ -12,7 +12,7 @@
   <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="{}">
     <source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
     <source src="https://vjs.zencdn.net/v/oceans.webm" type="video/webm">
-    <source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
+    <source src="https://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
     <track kind="captions" src="../shared/example-captions.vtt" srclang="en" label="English">
     <track kind="subtitles" src="../shared/example-captions.vtt" srclang="en" label="English">
     <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>