diff --git a/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp b/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp index a1052eb6833b..e2a20abb48b3 100644 --- a/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp +++ b/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp @@ -28,7 +28,7 @@ namespace { const std::string SEND_USAGE_CONFIG_KEY("usagereports.enabled"); /// The URL endpoint. -const std::string URL("http://django-mantid.rhcloud.com/api/usage"); +const std::string URL("http://reports.mantidproject.org/api/usage"); // const std::string URL("http://127.0.0.1:8000/api/usage"); // dev location /// The string for post method