Skip to content

Commit 002e9da

Browse files
authored
Download Page link Updation. (#3065)
Acknowledgment Readme and Project Plan
1 parent f8484dd commit 002e9da

File tree

1 file changed

+3
-3
lines changed
  • eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles

1 file changed

+3
-3
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
// Similar for $ACK_ID and $README_ID, but they are added only for 'R builds',
113113
// And, are added by the promotion scripts, as long as we keep same conventions.
114114
if (isset ($ACK_ID)) {
115-
echo "<a href=\"https://www.eclipse.org/eclipse/development/acknowledgements_${ACK_ID}.php\">Acknowledgments</a><br>\n";
115+
echo "<a href=\"https://www.eclipse.org/eclipse/development/acknowledgements.html?file=acknowledgements_${ACK_ID}.html\">Acknowledgments</a><br>\n";
116116
}
117117
if (isset ($README_ID)) {
118-
echo "<a href=\"https://www.eclipse.org/eclipse/development/readme_eclipse_${README_ID}.php\">Eclipse Project ${BUILD_ID} Readme</a><br>\n";
118+
echo "<a href=\"https://www.eclipse.org/eclipse/development/readme.html?file=readme_eclipse_${README_ID}.html\">Eclipse Project ${BUILD_ID} Readme</a><br>\n";
119119
}
120-
echo "<a href=\"https://www.eclipse.org/projects/project-plan.php?planurl=https://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_${STREAMMajor}_${STREAMMinor}.xml\">Eclipse Project Plan</a><br>\n";
120+
echo "<a href=\"https://www.eclipse.org/eclipse/development/plans.html?file=plans/eclipse_project_plan_${STREAMMajor}_${STREAMMinor}.xml\">Eclipse Project Plan</a><br>\n";
121121

122122
if (isset ($BUILD_FAILED) ) {
123123
echo "<h2>Build Failed</h2><p>See <a href=\"buildlogs.php\">logs</a>.</p>\n";

0 commit comments

Comments
 (0)