From a22bdfbac84a89a8e5487d1cb9a05fd0a70f6154 Mon Sep 17 00:00:00 2001 From: Shelly Ren <rens@ornl.gov> Date: Mon, 3 Feb 2014 15:30:01 -0500 Subject: [PATCH] updated SNS IDS path Refs #8811 --- Code/Mantid/instrument/Facilities.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/instrument/Facilities.xml b/Code/Mantid/instrument/Facilities.xml index b0a96bfaef9..d0732fba0e3 100644 --- a/Code/Mantid/instrument/Facilities.xml +++ b/Code/Mantid/instrument/Facilities.xml @@ -310,12 +310,12 @@ <catalog name="ICat4Catalog"> <soapendpoint url="https://icat.sns.gov:8181/ICATService/ICAT"></soapendpoint> - <externaldownload url="https://isisicatds.stfc.ac.uk/idsbeta/"></externaldownload> + <externaldownload url="https://icat.sns.gov/ids/"></externaldownload> <filelocation> - <prefix regex="\\\\isis\\inst\$\\Instruments\$"></prefix> + <prefix regex=""></prefix> <windows replacement=""></windows> - <linux replacement="/archive"></linux> - <mac replacement="/archive"></mac> + <linux replacement=""></linux> + <mac replacement=""></mac> </filelocation> </catalog> -- GitLab