Correct downloads redirect
diff --git a/downloads/index.php b/downloads/index.php
index 3336ca4..19cd561 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -1,4 +1,4 @@
 <?php
-header('location: http://www.eclipse.org/pdt/index.html#download');
+header('location: https://www.eclipse.org/pdt/#download');
 
 ?>