[Releng] Fix publish script to the releng folder

Change-Id: I90bbdddf33ca7e2aaabc6a0b84495e01531180a8
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
diff --git a/releng-model2doc/toolkit/server/model2doc.sh b/releng-model2doc/toolkit/server/model2doc.sh
index 900ca26..b6954ed 100644
--- a/releng-model2doc/toolkit/server/model2doc.sh
+++ b/releng-model2doc/toolkit/server/model2doc.sh
@@ -128,7 +128,7 @@
   fi
 
   echo fetching RCPs
-  ciURL="https://ci.eclipse.org/papyrus/job/$buildJob/$buildId/artifact/sources/products/*zip*"
+  ciURL="https://ci.eclipse.org/papyrus/job/$buildJob/$buildId/artifact/products/*zip*"
   zipName="products.zip"
   getZip "$zipName" "$ciURL"
   if [ ! -f "$zipName" ]; then 
@@ -161,7 +161,7 @@
   ssh $sshGenie@$sshRemote rm -fr "$p2Dir"
 
   echo fetching update-site
-  ciURL="https://ci.eclipse.org/papyrus/job/$buildJob/$buildId/artifact/sources/repository/*zip*/"
+  ciURL="https://ci.eclipse.org/papyrus/job/$buildJob/$buildId/artifact/repository/*zip*/"
   zipName="updatesite.zip"
   getZip "$zipName" "$ciURL"
   if [ ! -f "$zipName" ]; then 
@@ -273,4 +273,4 @@
 scp readme.md $sshGenie@$sshRemote:$eclipseTargetDir
 
 setAccessRights "$UPDATE_SITES_DIR"
-echo "publishing done."
+echo "publishing done."
\ No newline at end of file