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 /website/index.html | |
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).
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 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: |