fix download link on index page
diff --git a/index.html b/index.html
index c9b433f..9f24257 100644
--- a/index.html
+++ b/index.html
@@ -206,7 +206,8 @@
<h3>N4JS Project Status</h3>
<p>
- The Eclipse N4JS project is in the <a href="https://wiki.eclipse.org/Development_Resources/HOWTO/Incubation_Phase">Incubation Phase</a> and there is no official release available yet (for unofficial releases see the <a href="download.html">download page</a>).
+ The Eclipse N4JS project is in the <a href="https://wiki.eclipse.org/Development_Resources/HOWTO/Incubation_Phase">Incubation Phase</a> and there is no official Eclipse release available yet
+ (for all releases see the <a href="downloads.html">download page</a>).
This doesn't mean that N4JS is unstable; we have an extensive test suite (>90.000 tests) to ensure a stable nightly build and N4JS has been in use in several large non-public projects for years.
There still may be bugs (there are always bugs) and features which are under development.
We encourage feedback from all users! You can ask questions about getting started with using the N4JS Language and IDE for developing your own projects at <a href="https://www.eclipse.org/forums/index.php/f/365/">the forum</a> or you can create bug reports and feature requests using <a href="https://github.com/eclipse/n4js/issues">GitHub issues</a> at the official Eclipse repository for N4JS.