Redirect to the correct Eclipse packages path

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/index-developer.php b/index-developer.php
index d85218d..49bc28c 100644
--- a/index-developer.php
+++ b/index-developer.php
@@ -11,7 +11,7 @@
 *******************************************************************************/
 
   // Temporarily removing the dev build page
-  header('Location: index-packages.php', FALSE, 302);
+  header('Location: eclipse-packages/index.php', FALSE, 302);
 
   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");