[updates-site] Fixed default url pointing to modeling/$proj/emf/
diff --git a/includes/updates-common.php b/includes/updates-common.php
index 9af5af1..80dcabf 100644
--- a/includes/updates-common.php
+++ b/includes/updates-common.php
@@ -51,7 +51,7 @@
 		foreach ($siteXMLs as $type => $sitexml)
 		{
 			print !$cnt ? "Location: " : "            (or): ";
-			print "<b><a href=\"http://download.eclipse.org/$thisPR/emf/updates/$sitexml\">http://download.eclipse.org/$thisPR/emf/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
+			print "<b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
 			print $cnt < sizeof($siteXMLs) - 1 ? "<br/>\n" : "";
 			$cnt++;
 		}
@@ -82,7 +82,7 @@
 		foreach ($siteXMLsEclipse33 as $type => $sitexml)
 		{
 			print !$cnt ? "* URL: " : "&#160;&#160;&#160;&#160;&#160;(or): ";
-			print "<b><a href=\"http://download.eclipse.org/$thisPR/emf/updates/$sitexml\">http://download.eclipse.org/$thisPR/emf/updates/<acronym title=\"$type\">$sitexml</acronym></a></b>";
+			print "<b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b>";
 			print $cnt < sizeof($siteXMLs) - 1 ? "<br/>\n" : "";
 			$cnt++;
 		}