[479870] Fix offline repo path
diff --git a/downloads.php b/downloads.php
index 85a369d..4138dd5 100644
--- a/downloads.php
+++ b/downloads.php
@@ -28,16 +28,21 @@
         <div class="homeitem3col">
             <h3>DTP Latest Release: 1.13.0</h3>
             <p>
-                <i>Requirements:</i> Java JDK 1.8,           
-                <a href="http://download.eclipse.org/eclipse/downloads/" target="_blank">Eclipse 4.2.2 (or later) SDK</a>, 
-                <a href="http://www.eclipse.org/modeling/emf/downloads/?project=emf" target="_blank">EMF 2.8.3 (or later) SDK (</a>, 
-                <a href="http://www.eclipse.org/gef/downloads/" target="_blank">GEF 3.8.2 (or later) SDK</a>
+                <b>Requirements:</b> 
+                <ul>
+                <li>Java JDK 1.8</li>
+                <li>Eclipse 4.2.2 (or later) SDK</li>
+                <li>EMF 2.8.3 (or later) SDK</li>
+                <li>GEF 3.8.2 (or later) SDK</li>
+                </ul>
             </p>
                  
             <p>
-                <a href="http://download.eclipse.org/datatools/updates/1.13/1.13.0.201511112326/repository" target="_blank">DTP 1.13.0 Update Site Repository</a> (http://download.eclipse.org/datatools/updates/1.13)
-                (<a href="http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/1.13/1.13.0.201511112326/dtp-repository-1.13.0.201511112326.zip" target="_blank">Offline Repository</a>) 
-		 	</p>              
+                <a href="http://download.eclipse.org/datatools/updates/1.13/1.13.0.201511112326/repository" target="_blank">DTP 1.13.0 Update Site</a>
+		 	</p>
+		 	<p>
+		 	    <a href="http://www.eclipse.org/downloads/download.php?file=/datatools/updates/1.13/1.13.0.201511112326/dtp-repository-1.13.0.201511112326.zip" target="_blank">Offline Installation Repository</a>
+		 	</p>            
         </div>
 
 		<div class="homeitem3col">
@@ -168,7 +173,7 @@
 			</div>
 -->
 			
-			<div class="homeitem3col">
+<!-- 		<div class="homeitem3col">
 				<h3>DTP Update Site</h3>
 				  	<p>DTP releases can also be found on our <a href="http://download.eclipse.org/datatools/updates" target="_blank">update site</a> (http://download.eclipse.org/datatools/updates)</p>
 				  	<!--
@@ -176,14 +181,16 @@
 				  	Note that only the current 1.8 milestone build is maintained on this site: earlier milestones are deleted.</p>
 					-->
 			</div>
+-->
 			<div class="homeitem3col">
 				<h3>Previous Releases & Milestones</h3>
 					<p>A variety of previous releases and milestones can be found <a href="archived_downloads.php">here.</a></p>
 			</div>
 			<div class="homeitem3col">
-				<h3>DTP Repository</h3>
-			      <p> DTP project migrated our source code repository from Eclipse CVS to Git. For more information, please refer to <a href="http://wiki.eclipse.org/DTP_Source_Code_Repository">DTP_Source_Code_Repository</a></p>
-
+				<h3>DTP Source Code</h3>
+			        <p>
+			        DTP source code is stored in Git repositories.  See <a href="http://wiki.eclipse.org/DTP_Source_Code_Repository">DTP Source Code Repository</a> for more information.
+			        </p>
 			</div>
 	</div>
 <?