Bug 497716 - We need a simple URL to access the Eclipse IDE

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/installer-instructions.php b/installer-instructions.php
index 214155d..632a1f1 100644
--- a/installer-instructions.php
+++ b/installer-instructions.php
@@ -11,5 +11,5 @@
  *    Christopher Guindon (Eclipse Foundation)
  *******************************************************************************/
 
-header("Location: /downloads/index.php?show_instructions=TRUE", 301);
+header("Location: /downloads/eclipse-packages/?show_instructions=TRUE", 301);
 die();
\ No newline at end of file