Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2016-05-20 16:16:01 +0000
committerWim Jongman2016-05-20 16:16:01 +0000
commitb5ed59ad0201db486b963002b198190e09175f7a (patch)
tree11568cb0e5e411eaffbe259b6e8628089b3382b9
parent7e9777c0ce7565e9ce694a81832f29cb3126f238 (diff)
downloade4-b5ed59ad0201db486b963002b198190e09175f7a.tar.gz
e4-b5ed59ad0201db486b963002b198190e09175f7a.tar.xz
e4-b5ed59ad0201db486b963002b198190e09175f7a.zip
https://bugs.eclipse.org/bugs/show_bug.cgi?id=492832HEADmaster
-rwxr-xr-xindex.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.php b/index.php
index da00134..dd47eec 100755
--- a/index.php
+++ b/index.php
@@ -69,7 +69,9 @@ ob_start();
<div class="content">
Want to take a look under the covers? Download the latest snapshot!
<br/><br/>
- <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/">Eclipse Spies Repository</a>
+ <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/latest">Eclipse Spies Repository (URL)</a>
+ <br/>
+ <a href="http://download.eclipse.org/e4/snapshots">Eclipse Spies Zipped Update Sites</a>
</div>
</div>
@@ -107,4 +109,4 @@ ob_start();
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?> \ No newline at end of file
+?>

Back to the top