Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 310962

Summary: Project plan link within navigation bar on project page points to outdated 3.4 project plan.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: Website / WikiAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse
Version: 3.6   
Target Milestone: 3.6.0 (Helios) M7   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2010-04-29 03:19:03 EDT
On the GEF project page (http://www.eclipse.org/gef/) the "Plan" link within the navigation bar on the left side points to the old 3.4 project plan.
Comment 1 Anthony Hunter CLA 2010-04-29 09:49:26 EDT
Ok, 

<?php header("Location: gef_plan_3_4.php"); ?>

is changed to

<?php header("Location: http://www.eclipse.org/projects/project-plan.php?projectid=tools.gef"); ?>

in 

/cvsroot/org.eclipse/www/gef/plan/index.php