aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-23 19:52:10 +0100
committerTeddy Wing2018-11-23 19:52:10 +0100
commitacb39a3999973ac8c63769dde0c6cc565602e15d (patch)
treee38d084122fcf32bad529893e44b169249bf42f6
parentd80b8c3f93a3cbcc96122a1d5279f6ff2772c204 (diff)
downloaddome-key-web-acb39a3999973ac8c63769dde0c6cc565602e15d.tar.bz2
index.html: Fix fallback link to demo video
Forgot to update this link when I renamed the video files.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7378a4d..0e40eea 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<source src="/assets/DomeKey-Screencast.mpeg4.mp4" type="video/mp4" />
<p>
- <a href="/assets/DomeKey-Screencast.mp4">Demo video</a>
+ <a href="/assets/DomeKey-Screencast.mpeg4.mp4">Demo video</a>
</p>
</video>