refactor: Use new direct download url format
diff --git a/downloads/_index.html b/downloads/_index.html
index 22b5d1a..e083ef9 100644
--- a/downloads/_index.html
+++ b/downloads/_index.html
@@ -4,8 +4,8 @@
 
 <h2>Latest Version: @RELEASE_VERSION@</h2>
 <ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.x.server.runtime.zip">OSEE Application Server Incubation</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.client.all.p2.zip">OSEE Client Incubation Update Site</a></li>
+<li><a href="http://download.eclipse.org/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.x.server.runtime.zip">OSEE Application Server Incubation</a></li>
+<li><a href="http://download.eclipse.org/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.client.all.p2.zip">OSEE Client Incubation Update Site</a></li>
 <li><a href="@POSTGRES_BUNDLE@">Optional PostgreSQL Driver Bundle</a></li>  
 </ul>