Bug 537677 - hotfix - Fix download links on Neon landing page Update Other Package Downloads link per https://bugs.eclipse.org/bugs/show_bug.cgi?id=537677#c5 Change-Id: I9cb741c5eac1c7a6b8b65e61da6db63f9d0a2733 Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php index 2238a99..fdf57e6 100644 --- a/content/en_index.php +++ b/content/en_index.php
@@ -28,7 +28,7 @@ <?php foreach ($links['links'] as $link): ?> <p><a class="btn btn-neon btn-download btn-white-text" href="<?php print $link; ?>">Download</a></p> <?php endforeach;?> - <p><a href="/downloads/packages" class="other-packages-link">Other Package Downloads</a></p> + <p><a href="/downloads/packages/release/neon/3" class="other-packages-link">Other Package Downloads</a></p> </div> </div>