Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'common.php')
-rw-r--r--common.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.php b/common.php
index 9b31dfc27..176b8cbb2 100644
--- a/common.php
+++ b/common.php
@@ -48,11 +48,11 @@ $wtpTopButtons = <<<EOHTML
</td>
<td>
<div class="bigbuttonsDownloads">
- <a href="https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/oxygen3a"><div class="bigbuttonsTitleLink"></div></a>
+ <a href="https://www.eclipse.org/downloads/packages/release/2018-09/r/eclipse-ide-java-ee-developers"><div class="bigbuttonsTitleLink"></div></a>
<span>
- <a href="https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/photonr">Eclipse Java EE</a> package,
+ <a href="https://www.eclipse.org/downloads/packages/release/2018-09/r/eclipse-ide-java-ee-developers">Eclipse Java EE</a> package,
<a href="http://download.eclipse.org/webtools/downloads/">WTP Builds</a>,
- <a href="http://download.eclipse.org/releases/photon/">Photon Update Site</a>,
+ <a href="http://download.eclipse.org/releases/latest/">Latest Update Site</a>,
<a href="https://marketplace.eclipse.org/content/eclipse-java-ee-developer-tools-0">Install from Marketplace</a>
</span>
</div>

Back to the top