| 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 / Wiki | Assignee: | 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
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
|