|
103 | 103 | // $NEWS_ID needs to be added to buildproperties.php, such as $NEWS_ID="4.5/M4"; |
104 | 104 | // Once ready to display it. |
105 | 105 | 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"; |
107 | 107 | } |
108 | 108 | else { |
109 | 109 | // 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"; |
111 | 111 | } |
112 | 112 | // Similar for $ACK_ID and $README_ID, but they are added only for 'R builds', |
113 | 113 | // And, are added by the promotion scripts, as long as we keep same conventions. |
114 | 114 | if (isset ($ACK_ID)) { |
115 | 115 | echo "<a href=\"https://eclipse.dev/eclipse/markdown/?f=news/${ACK_ID}/acknowledgements.md\">Acknowledgments</a><br>\n"; |
116 | 116 | } |
117 | 117 | 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"; |
119 | 119 | } |
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"; |
121 | 121 |
|
122 | 122 | if (isset ($BUILD_FAILED) ) { |
123 | 123 | echo "<h2>Build Failed</h2><p>See <a href=\"buildlogs.php\">logs</a>.</p>\n"; |
|
289 | 289 |
|
290 | 290 | <h3>Related Links</h3> |
291 | 291 | <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> |
293 | 293 | <li><a href="gitLog.php">Git log.</a></li> |
294 | 294 | <li><a href="https://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download.</a></li> |
295 | 295 | </ul> |
|
0 commit comments