[Bug 477920] New: Replace Mars.0 installer links on the main download
page

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/index.php b/index.php
index 0d44aee..6235e26 100644
--- a/index.php
+++ b/index.php
@@ -40,11 +40,11 @@
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/downloads/downloads/controller.eclipseInstaller.php");
   $EclipseInstaller = new EclipseInstaller();
-  $EclipseInstaller->addlink('Windows', 'download.php?file=/oomph/products/eclipse-inst-win32.exe', '32 bit');
-  $EclipseInstaller->addlink('Windows', 'download.php?file=/oomph/products/eclipse-inst-win64.exe', '64 bit');
-  $EclipseInstaller->addlink('Linux', 'download.php?file=/oomph/products/eclipse-inst-linux32.tar.gz', '32 bit');
-  $EclipseInstaller->addlink('Linux', 'download.php?file=/oomph/products/eclipse-inst-linux64.tar.gz', '64 bit');
-  $EclipseInstaller->addlink('Mac OS X', 'download.php?file=/oomph/products/eclipse-inst-mac64.tar.gz', '64 bit');
+  $EclipseInstaller->addlink('Windows', 'download.php?file=/oomph/epp/mars/R1/eclipse-inst-win32.exe', '32 bit');
+  $EclipseInstaller->addlink('Windows', 'download.php?file=/oomph/epp/mars/R1/eclipse-inst-win64.exe', '64 bit');
+  $EclipseInstaller->addlink('Linux', 'download.php?file=/oomph/epp/mars/R1/eclipse-inst-linux32.tar.gz', '32 bit');
+  $EclipseInstaller->addlink('Linux', 'download.php?file=/oomph/epp/mars/R1/eclipse-inst-linux64.tar.gz', '64 bit');
+  $EclipseInstaller->addlink('Mac OS X', 'download.php?file=/oomph/epp/mars/R1/eclipse-inst-mac64.tar.gz', '64 bit');
 
 	$App->Promotion = TRUE;
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/downloads/downloads/view.tpl.php");