[www-doc] [Git][VideoLAN.org/websites][master] 3.0.12 release page: fix macOS download link
Felix Paul Kühne
gitlab at videolan.org
Wed Jan 20 06:11:08 UTC 2021
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
1a768ad7 by Felix Paul Kühne at 2021-01-20T07:10:59+01:00
3.0.12 release page: fix macOS download link
- - - - -
1 changed file:
- www.videolan.org/vlc/releases/3.0.12.php
Changes:
=====================================
www.videolan.org/vlc/releases/3.0.12.php
=====================================
@@ -510,7 +510,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-intel64.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1a768ad7f9f0284bcf43d4d419981830b3739a5e
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/1a768ad7f9f0284bcf43d4d419981830b3739a5e
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list