missing /
diff --git a/downloads.php b/downloads.php
index daccf9a..6bada86 100644
--- a/downloads.php
+++ b/downloads.php
@@ -179,7 +179,7 @@
     

     // $size = $buildData['size'] . " MB";

     

-    $buildPath = "http://www.eclipse.org/downloads/download.php?file=/stem/" . $key;

+    $buildPath = "http://www.eclipse.org/downloads/download.php?file=/stem/" . $key ;

     

     ?>
 
@@ -204,33 +204,33 @@
 <ul>
 
 			<li><a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-win32.win32.x86.zip"><img

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-win32.win32.x86.zip"><img

 					border=0 src="images/icon-save.gif"></a>&nbsp;&nbsp; <a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-win32.win32.x86.zip">Windows

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-win32.win32.x86.zip">Windows

 					(x86)</a></li>

 

 			<li><a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-win32.win32.x86_64.zip"><img

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-win32.win32.x86_64.zip"><img

 					border=0 src="images/icon-save.gif"></a>&nbsp;&nbsp; <a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-win32.win32.x86_64.zip">Windows

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-win32.win32.x86_64.zip">Windows

 					(x86_64)</a></li>

 

 			<li><a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-linux.gtk.x86.zip"><img

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-linux.gtk.x86.zip"><img

 					border=0 src="images/icon-save.gif"></a>&nbsp;&nbsp; <a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-linux.gtk.x86.zip">Linux

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-linux.gtk.x86.zip">Linux

 					(x86/GTK 2)</a></li>

 

 			<li><a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-linux.gtk.x86_64.zip"><img

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-linux.gtk.x86_64.zip"><img

 					border=0 src="images/icon-save.gif"></a>&nbsp;&nbsp; <a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-linux.gtk.x86_64.zip">Linux

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-linux.gtk.x86_64.zip">Linux

 					(x86_64/GTK 2)</a></li>

 

 			<li><a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-macosx.cocoa.x86_64.zip"><img

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-macosx.cocoa.x86_64.zip"><img

 					border=0 src="images/icon-save.gif"></a>&nbsp;&nbsp; <a

-				href="<?php echo $buildPath?>org.eclipse.stem.tycho.product-macosx.cocoa.x86_64.zip">Mac

+				href="<?php echo $buildPath?>/org.eclipse.stem.tycho.product-macosx.cocoa.x86_64.zip">Mac

 					OS X (x86_64/Cocoa)</a></li>
 
 		</ul>