330042 - move/udpate 'helios' grid code to 'indigo'
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..5bf81a5
--- /dev/null
+++ b/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("location: planning/");
+?>
\ No newline at end of file
diff --git a/planning/SimultaneousReleaseGrid.php b/planning/SimultaneousReleaseGrid.php
index 5423115..16f3375 100644
--- a/planning/SimultaneousReleaseGrid.php
+++ b/planning/SimultaneousReleaseGrid.php
@@ -29,7 +29,7 @@
<p style='width: 60%; margin-left: 50px;'>
This page is to summarize progress towards the yearly <a target="_blank" href="http://wiki.eclipse.org/Indigo/Simultaneous_Release_Plan">Simultaneous Release</a> as the data has been provided by the projects, at the <a target="_blank" href="https://dev.eclipse.org/portal/myfoundation/portal/portal.php">Eclipse Foundations Portal Tracking Tool</a>. For details on the requirements see <a target="_blank" href="http://www.eclipse.org/indigo/planning/EclipseSimultaneousRelease.php">requirements for the Simultaneous Release</a>.
<br>
- If questions please see <a target="_blank" href="http://wiki.eclipse.org/Indigo/Simultaneous_Release_Tracker_FAQ">Simultaneous Release Tracker FAQ</a> or ask the question on <a href="mailto:cross-project-issues-dev@eclipse.org">cross-project dev list</a>.
+ If questions please see <a target="_blank" href="http://wiki.eclipse.org/SimRel/Simultaneous_Release_Tracker_FAQ">Simultaneous Release Tracker FAQ</a> or ask the question on <a href="mailto:cross-project-issues-dev@eclipse.org">cross-project dev list</a>.
</p>
</div>
diff --git a/planning/grid.php b/planning/grid.php
index 9181941..cc3b1ad 100644
--- a/planning/grid.php
+++ b/planning/grid.php
@@ -24,13 +24,13 @@
include('SimultaneousReleaseFunctions.php');
-$release = isset($_GET['release']) ? $_GET['release'] : 'helios';
-if (!in_array($release, array('indigo', 'helios'))) $release = 'helios';
+$release = isset($_GET['release']) ? $_GET['release'] : 'indigo';
+if (!in_array($release, array('indigo', 'helios'))) $release = 'indigo';
$release_name = ucwords($release);
$pageTitle = "Coordinated Release Summary Matrix ($release_name)";
$release_plan_url = "http://wiki.eclipse.org/$release_name/Simultaneous_Release_Plan";
-$release_tracker_faq_url = "http://wiki.eclipse.org/$release_name/Simultaneous_Release_Tracker_FAQ";
+$release_tracker_faq_url = "http://wiki.eclipse.org/SimRel/Simultaneous_Release_Tracker_FAQ";
$release_status_url = 'http://' . $_SERVER['SERVER_NAME'] . "/projects/xml/review_status.php?name=$review_name>";
ob_start();