added helios to download page.
diff --git a/downloads.php b/downloads.php
index 7b6a99e..59b8174 100644
--- a/downloads.php
+++ b/downloads.php
@@ -11,7 +11,7 @@
 
  	$ganymede_dev_version = file_get_contents($App->getDownloadBasePath()."/technology/swtbot/ganymede/dev-build/version.txt");
  	$galileo_dev_version = file_get_contents($App->getDownloadBasePath()."/technology/swtbot/galileo/dev-build/version.txt");
-
+ 	$helios_dev_version = file_get_contents($App->getDownloadBasePath()."/technology/swtbot/helios/dev-build/version.txt");
 	# Paste your HTML content between the ob_start/ob_end_clean markers!
 	ob_start();
 ?>
@@ -32,25 +32,25 @@
 
 			<ul>
 				<li>
-					<a title="Update Site Zip" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/swtbot-update-site-<? echo $galileo_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a>
+					<a title="Update Site Zip" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/swtbot-update-site-<? echo $helios_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a>
 					<a href="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site">http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</a>
 				</li>
 
 				<li>
-					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot-<? echo $galileo_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for SWT Testing</b>
+					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot-<? echo $helios_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for SWT Testing</b>
 				</li>
 
 
 				<li>
-					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse-<? echo $galileo_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for Eclipse Testing</b>
+					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse-<? echo $helios_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for Eclipse Testing</b>
 				</li>
 
 				<li>
-					<a title="SWTBot for GEF Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse.gef-<? echo $galileo_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for GEF Testing (Requires GEF runtime >= v3.4.2)</b>
+					<a title="SWTBot for GEF Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse.gef-<? echo $helios_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>SWTBot for GEF Testing (Requires GEF runtime >= v3.4.2)</b>
 				</li>
 
 				<li>
-					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse.test-<? echo $galileo_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>Headless Testing Framework (for running tests from within ant)</b>
+					<a title="SWTBot for SWT Testing" href="http://www.eclipse.org/downloads/download.php?file=/technology/swtbot/helios/dev-build/org.eclipse.swtbot.eclipse.test-<? echo $helios_dev_version; ?>.zip"><img border=0 src="/swtbot/images/download_button.png"></a> <b>Headless Testing Framework (for running tests from within ant)</b>
 				</li>
 			</ul>