diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-12-19 21:11:33 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-15 22:06:03 +0100 |
commit | 68e7a11f500970aac1589193116b6f06791d8167 (patch) | |
tree | 42a77a4f211f7f476844d90636ce902366c84821 | |
parent | 09ea02e4f5752e615be2ff5177be1fb328702a5b (diff) | |
download | lombok-68e7a11f500970aac1589193116b6f06791d8167.tar.gz lombok-68e7a11f500970aac1589193116b6f06791d8167.tar.bz2 lombok-68e7a11f500970aac1589193116b6f06791d8167.zip |
[website] If video playback is not working, the site offers a direct download of the video, but that link was broken (pointed to .mov instead of the actual .mp4).
-rw-r--r-- | website/index.html | 2 | ||||
-rw-r--r-- | website/novideo.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index 97b51114..17b6ffc6 100644 --- a/website/index.html +++ b/website/index.html @@ -72,7 +72,7 @@ <p> <strong>No video playback capabilities detected.</strong> Why not download it instead?<br /> - <a href="videos/lombok.mov">MPEG4 / H.264 (Windows / Mac)</a> | + <a href="videos/lombok.mp4">MPEG4 / H.264 (Windows / Mac)</a> | <a href="videos/lombok.ogv">Ogg Theora & Vorbis ".ogv" (Linux)</a> </p><p> To play the video in the webpage, please do one of the following: diff --git a/website/novideo.html b/website/novideo.html index 5968fc91..8dc3feb1 100644 --- a/website/novideo.html +++ b/website/novideo.html @@ -27,7 +27,7 @@ <h1>Can't see the video?</h1> <p> Why not download it instead?<br /> - <a href="videos/lombok.mov">MPEG4 / H.264 (Windows / Mac)</a> | + <a href="videos/lombok.mp4">MPEG4 / H.264 (Windows / Mac)</a> | <a href="videos/lombok.ogv">Ogg Theora & Vorbis ".ogv" (Linux)</a> </p><p> If the video won't play on the webpage and you want it to, please do one of the following: |