DLTK 3.0.1 links
diff --git a/_news.php b/_news.php
index 64faf68..98f0fda 100644
--- a/_news.php
+++ b/_news.php
@@ -2,6 +2,10 @@
 	<h6>News</h6>
 	<ul>
 		<li>
+			<span class="normal"><b>September 6, 2011</b></span> -
+			<a href="http://download.eclipse.org/technology/dltk/downloads/drops/R3.0/S-3.0.1-201108261011/">DLTK 3.0.1 released</a>.
+		</li>
+		<li>
 			<span class="normal"><b>June 23, 2010</b></span> -
 			<a href="http://download.eclipse.org/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315/">DLTK 2.0 released</a>.
 		</li>
diff --git a/index.php b/index.php
index 78e459e..55d519b 100644
--- a/index.php
+++ b/index.php
@@ -41,6 +41,9 @@
 		<div class="homeitem">
 			<h3>Schedule</h3>
 			<ul>
+	            <li>September 6, 2011 - <b><a href="http://download.eclipse.org/technology/dltk/downloads/drops/R3.0/S-3.0.1-201108261011/">DLTK 3.0.1</a></b> - <b>DONE</b></li>
+			</ul>
+			<ul>
 	            <li>June 23, 2010 - <b><a href="http://download.eclipse.org/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315/">DLTK 2.0</a></b> - <b>DONE</b></li>
 			</ul>
 			<h3>Tutorials</h3>
diff --git a/install.php b/install.php
index dc64cf5..88688a7 100755
--- a/install.php
+++ b/install.php
@@ -23,20 +23,21 @@
 		<h1><?=$pageTitle?></h1>
 <h2>Install a JVM</h2>
 <p>Regardless of your operating system, you will need to install a Java virtual machine.</p>
+<!--
 <ul>
 <li>If using Windows, you may already have one installed, but upgrading won't hurt.</li>
 <li>If using Linux, <a href="http://wiki.eclipse.org/IRC_FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem.3F">read this</a> -- GCJ will <b>NOT</b> work.</li>
-</ul> 
+</ul>
+--> 
 <p>Consider an <a href="http://www.ibm.com/developerworks/java/jdk/index.html">IBM JRE</a> or a <a href="http://java.sun.com/javase/downloads/index.jsp">Sun JRE</a>. Note that if you are on a 64-bit platform and are using a 64-bit JRE, you need to use a 64-bit Eclipse build.</p>
 
 <h2>Install Latest DLTK release</h2>
 
-<p>Latest DLTK release is 1.0</p>
+<p>Latest DLTK release is 3.0.1</p>
 <p>Requirements</p>
 <dl>
   <dt>JVM</dt><dd>minimum version is 5.0</dd>
-  <dt>Eclipse</dt><dd>minimum version is 3.4</dd>
-  <dt>EMF Core</dt><dd>minimum version is 3.4</dd>
+  <dt>Eclipse</dt><dd>minimum version is 3.6</dd>
 </dl>
 
 <h3>Installing from update site</h3>
@@ -45,21 +46,19 @@
 <li>Get Eclipse. There are different <a href="http://www.eclipse.org/downloads/">packages</a> available. The minimal one is <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#PlatformRuntime">Platform Runtime Binary</a></li>
 <li>Available update sites
 <ul>
-<li><tt>http://download.eclipse.org/releases/galileo/</tt> - if using Eclipse 3.5 / Galileo this update site is already listed in Eclipse as 'Galileo Update site'</li>
+<li><tt>http://download.eclipse.org/releases/indigo/</tt> - if using Eclipse 3.7 / Indigo this update site is already listed in Eclipse as 'Indigo Update site'</li>
 <li><tt>http://download.eclipse.org/technology/dltk/updates/</tt></li>
 </ul>
 </li>
 </ul>
 
 <h3>Downloading zip bundles manually</h3>
-<p>Navigate to the <a href="http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/R-1.0-200906171219/">DLTK 1.0 download area</a></p>
+<p>Navigate to the <a href="http://download.eclipse.org/technology/dltk/downloads/drops/R3.0/S-3.0.1-201108261011/">DLTK 3.0.1 download area</a></p>
 <p>Download appropriate zip bundles and their dependencies and unzip into subfolders of your installation <tt>dropins/</tt> folder.</p>
 
 <h2>Install other builds</h2>
 
-<p>You can install development builds of the upcoming DLTK 2.0 release from the <a href="http://download.eclipse.org/technology/dltk/updates-dev/2.0/">2.0-dev update site</a>.</p>
-
-<p>Alternatively, navigate to <a href="http://download.eclipse.org/technology/dltk/downloads/">DTLK downloads</a> and select any of the builds</p>
+<p>Navigate to <a href="http://download.eclipse.org/technology/dltk/downloads/">DTLK downloads</a> and select any of the builds</p>
  
 <hr class="clearer" />
 </div>