summaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-08 09:42:56 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-08 09:42:56 -0400
commit0d8a6e7cdef79fd32d3a7226ab57306834bddf36 (patch)
treebf6396db1a23d341e45d85bc2d8d81f62e95bc36 /html
parentb6654e1cd32994b24ebe1832ea4c23a87569cafe (diff)
html/index.html: Serve TEDX video via HTTPS if user connects via HTTPS.
Diffstat (limited to 'html')
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index 33bcbb0..2513f35 100644
--- a/html/index.html
+++ b/html/index.html
@@ -124,7 +124,7 @@
<div class="column">
<video controls="controls"
poster="//static.fsf.org/nosvn/rms-photos/20140407-geneva-01.png" style="width:512px"
- src="http://audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">
+ src="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">
<track label="English" srclang="en" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.en.vtt">
<track label="French" srclang="fr" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.fr.vtt">
<track label="Spanish" srclang="es" src="//static.fsf.org/nosvn/TEDx_es.vtt">