Merge "Update install instructions"
diff --git a/install.php b/install.php
index 542af38..2ebcb51 100644
--- a/install.php
+++ b/install.php
@@ -32,47 +32,44 @@
 <div id="midcolumn">
 <h1>$pageTitle</h1>
 		
+<h2>Install from update site</h2>
 
-<h2>Eclipse Oxygen</h2>
+<p>Henshin is an Eclipse plug-in for recent versions of the Eclipse Modeling Tools (last tested version: 2019-12). To obtain the most recent Eclipse version, go to the official <a href="https://www.eclipse.org/downloads/packages/">download page</a> and make sure to download the  Eclipse Modeling Tools Eclipse Modeling Tools.</p>
 
-<p>
-Installing Henshin in Eclipse Oxygen currently involves the following steps (thanks to <a href="http://jgreen.de/" target="_blank">Joel Greenyer</a> for providing these instructions):
-</p>
-
-<ul>
- <li>Install GMF Tooling v3.2.1 via <a href="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.2.1/">Update site</a> <i>(right click -> copy...)</i></li>
- <li>Install M2Eclipse via <a href="http://download.eclipse.org/technology/m2e/releases">Update site</a> <i>(right click -> copy...)</i></li>
- <li>Install the required Henshin version (for example, <a href="http://download.eclipse.org/modeling/emft/henshin/updates/release">Current Release</a> or <a href="http://download.eclipse.org/modeling/emft/henshin/updates/nightly">Nightly Build</a>)</li>
-</ul>
-
-<p>
-We hope to make available a more convenient installation option soon. 
-</p>
-
-<h2>Eclipse Kepler, Luna, Mars or Neon</h2>
-		
-<p>
-Henshin can be installed directly from the <a href="https://marketplace.eclipse.org/content/henshin-incubation">Eclipse Marketplace</a>.
-</p>
-
-<p>
-Alternatively, you can use one of our update sites below and install Henshin using the update manager in Eclipse.
-</p>
-
-
-<h2>Update Sites</h2>
-<p>
-Simply go to <i>Help -> Install New Software...</i> and enter one of the following URLs:
+<p>To install Henshin, open Eclipse, go to <i>Help -> Install New Software...</i> and insert one of the following update site URLs:</p>
 <ul>
 <li>Current release: <a href="http://download.eclipse.org/modeling/emft/henshin/updates/release">http://download.eclipse.org/modeling/emft/henshin/updates/release</a> (1.4.0)</li>
 <li>Nightly builds: <a href="http://download.eclipse.org/modeling/emft/henshin/updates/nightly">http://download.eclipse.org/modeling/emft/henshin/updates/nightly</a></li>
 <li>Permanent URLs of current and previous releases:
 <ul>
+<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.6.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.6.0</a></li>
 <li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.4.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.4.0</a></li>
 <li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.2.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.2.0</a></li>
 <li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.0.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.0.0</a></li>
 <li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/0.9.2">http://download.eclipse.org/modeling/emft/henshin/updates/0.9.2</a></li>
 </ul>
+</ul>
+
+
+<h2>Instructions for installing legacy versions</h2>
+
+<p>
+If you want to install a legacy version of Henshin (<= 1.4.0) in a newer Eclipse version (>= Eclipse Oxygen), please use the following instructions (thanks to <a href="http://jgreen.de/" target="_blank">Joel Greenyer</a> for providing these instructions):
+</p>
+
+<ul>
+ <li>Install GMF Tooling v3.2.1 via <a href="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.2.1/">Update site</a> <i>(right click -> copy...)</i></li>
+ <li>Install M2Eclipse via <a href="http://download.eclipse.org/technology/m2e/releases">Update site</a> <i>(right click -> copy...)</i></li>
+ <li>Install the required Henshin version.</li>
+</ul>
+
+<!--<h2>Eclipse Kepler, Luna, Mars or Neon</h2>
+		
+<p>
+Henshin can be installed directly from the <a href="https://marketplace.eclipse.org/content/henshin-incubation">Eclipse Marketplace</a>.
+</p>
+
+-->
 
 </ul>
 </p>
@@ -91,8 +88,8 @@
 <p>
 Release and nighly builds are compiled using Hudson jobs:
 <ul>
-<li>Releases: <a href="https://hudson.eclipse.org/hudson/job/cbi_henshin_release/">https://hudson.eclipse.org/hudson/job/cbi_henshin_release</a></li>
-<li>Nightly Builds: <a href="https://hudson.eclipse.org/hudson/job/cbi_henshin_nightly/">https://hudson.eclipse.org/hudson/job/cbi_henshin_nightly</a></li>
+<li>Releases: <a href="https://ci.eclipse.org/henshin/job/cbi_henshin_release/">https://ci.eclipse.org/henshin/job/cbi_henshin_release/</a></li>
+<li>Nightly Builds: <a href="https://ci.eclipse.org/henshin/job/cbi_henshin_nightly/">https://ci.eclipse.org/henshin/job/cbi_henshin_nightly/</a></li>
 </ul>
 </p>