update required versions, fix ids
diff --git a/downloads.html b/downloads.html
index 31389a4..a375454 100644
--- a/downloads.html
+++ b/downloads.html
@@ -63,12 +63,12 @@
       </div>
 
       <div class="Cell Cell--12-12 GettingStarted-u-paddingLeft">
-        <h2 id ="_eclipse_installer">N4JS IDE</h2>
+        <h2 id ="N4JS_IDE">N4JS IDE</h2>
         <p>
           If you just want to use the Eclipse N4JS IDE, you probably want to download the product directly.
           We offer the following two builds of the N4JS IDE.
         </p>
-        <h3 id ="_eclipse_installer">Eclipse Nightly Builds</h3>
+        <h3 id ="Eclipse_Nightly_Builds">Eclipse Nightly Builds</h3>
         <p class="SystemRequirements">
           System Requirements (versions see below): <b>Java, Node.js</b></a>.
         </p>
@@ -79,7 +79,7 @@
         </p>
         <p />
 
-        <h3 id ="_eclipse_installer">Third Party Nightly Builds (bundled Java JRE)</h3>
+        <h3 id ="Third_Party_Nightly_Builds">Third Party Nightly Builds (bundled Java JRE)</h3>
         <p class="SystemRequirements">
           System Requirements (versions see below): <b>Node.js</b></a>.
         </p>
@@ -92,7 +92,7 @@
       </div>
 
       <div class="Cell Cell--12-12 GettingStarted-u-paddingLeft">
-        <h2 id ="_eclipse_installer">Developer Environment</h2>
+        <h2 id ="Developer_Environment">Developer Environment</h2>
         <p>
           For developing extensions for the N4JS language (or simply to fix bugs ;-) ), the recommended way to install the Eclipse IDE and set up the N4JS Java sources in a developer workspace is to use the Eclipse Installer.
           This installer is available from <a href="https://wiki.eclipse.org/Eclipse_Installer">Eclipse.org</a>.
@@ -100,7 +100,7 @@
         </p>
 
 
-        <h3 id ="_eclipse_installer">Eclipse Installer (Oomph)</h3>
+        <h3 id ="Eclipse_Installer">Eclipse Installer (Oomph)</h3>
         <p class="SystemRequirements">
           System Requirements (versions see below): <b>Java, Node.js, Yarn</b></a>.
         </p>
@@ -179,7 +179,7 @@
 
 
 
-        <h3 id ="_eclipse_installer">Trouble Shooting</h3>
+        <h3 id ="Trouble_Shooting">Trouble Shooting</h3>
         <p>
           <ul>
 
@@ -234,19 +234,19 @@
       </div>
 
       <div class="Cell Cell--12-12 GettingStarted-u-paddingLeft">
-        <h2 id ="_eclipse_installer">Required Versions</h2>
+        <h2 id ="Required_Versions">Required Versions</h2>
         <ul>
           <li>
             <a href="https://adoptopenjdk.net/" target="_blank">Java 11</a>
           </li>
           <li>
-            <a href="https://nodejs.org/en/download/" target="_blank">Node.js 10</a>
+            <a href="https://nodejs.org/en/download/" target="_blank">Node.js 10.13</a>
           </li>
           <li>
             <a href="https://yarnpkg.com/en/docs/install" target="_blank">Yarn 1.13.0</a>
           </li>
           <li>
-            Eclipse Product Version: <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse 2019-06 release</a>
+            Eclipse Product Version: <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse 2019-09 release</a>
           </li>
         </ul>
       </div>