Skip to content

Commit b605b50

Browse files
HannesWellakurtakov
authored andcommitted
Update downloads index template to new Eclipse website home
Replace all links to 'https://www.eclipse.org/eclipse' by 'https://eclipse.dev/eclipse'.
1 parent eadf8f6 commit b605b50

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@
103103
// $NEWS_ID needs to be added to buildproperties.php, such as $NEWS_ID="4.5/M4";
104104
// Once ready to display it.
105105
if (isset ($NEWS_ID)) {
106-
echo "<a href=\"https://www.eclipse.org/eclipse/news/${NEWS_ID}/\">New and Noteworthy</a><br>\n";
106+
echo "<a href=\"https://eclipse.dev/eclipse/news/${NEWS_ID}/\">New and Noteworthy</a><br>\n";
107107
}
108108
else {
109109
// Show N&N link on the I-Build download page
110-
echo "<a href=\"https://www.eclipse.org/eclipse/news/${STREAMMajor}.${STREAMMinor}/\">New and Noteworthy</a><br>\n";
110+
echo "<a href=\"https://eclipse.dev/eclipse/news/${STREAMMajor}.${STREAMMinor}/\">New and Noteworthy</a><br>\n";
111111
}
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)) {
115115
echo "<a href=\"https://eclipse.dev/eclipse/markdown/?f=news/${ACK_ID}/acknowledgements.md\">Acknowledgments</a><br>\n";
116116
}
117117
if (isset ($README_ID)) {
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";
118+
echo "<a href=\"https://eclipse.dev/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/eclipse/development/plans.html?file=plans/eclipse_project_plan_${STREAMMajor}_${STREAMMinor}.xml\">Eclipse Project Plan</a><br>\n";
120+
echo "<a href=\"https://eclipse.dev/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";
@@ -289,7 +289,7 @@
289289

290290
<h3>Related Links</h3>
291291
<ul class="midlist">
292-
<li><a href="https://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_<?php echo $STREAMMajor; ?>_<?php echo $STREAMMinor; ?>.xml#target_environments">Target Platforms and Environments.</a></li>
292+
<li><a href="https://eclipse.dev/eclipse/development/plans/eclipse_project_plan_<?php echo $STREAMMajor; ?>_<?php echo $STREAMMinor; ?>.xml#target_environments">Target Platforms and Environments.</a></li>
293293
<li><a href="gitLog.php">Git log.</a></li>
294294
<li><a href="https://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download.</a></li>
295295
</ul>

0 commit comments

Comments
 (0)