Skip to content

Commit eadf8f6

Browse files
HannesWellakurtakov
authored andcommitted
Update downloads index template to new acknowledgements link schema
Relates to - eclipse-platform/www.eclipse.org-eclipse#361 - eclipse-platform/www.eclipse.org-eclipse#365
1 parent bf52915 commit eadf8f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
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.html?file=acknowledgements_${ACK_ID}.html\">Acknowledgments</a><br>\n";
115+
echo "<a href=\"https://eclipse.dev/eclipse/markdown/?f=news/${ACK_ID}/acknowledgements.md\">Acknowledgments</a><br>\n";
116116
}
117117
if (isset ($README_ID)) {
118118
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";

0 commit comments

Comments
 (0)