From d8ade380b677722af94c504aab50df00141004c6 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 8 Mar 2012 17:47:22 +0100 Subject: [PATCH] Change URL to demo in REST services example scripts --- scripts/rest-clients/README | 2 +- scripts/rest-clients/rest-common-env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index 8bd8069d6..410d754ea 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -103,7 +103,7 @@ the server to execute the tests: Demo environment (``without parameters``) - default Use server where demo is launched using the following URL: - ``http://demo.libreplan.org/libreplan-demo/`` + ``http://demo.libreplan.org/libreplan/`` Example:: diff --git a/scripts/rest-clients/rest-common-env.sh b/scripts/rest-clients/rest-common-env.sh index fe79160c4..d783bd377 100755 --- a/scripts/rest-clients/rest-common-env.sh +++ b/scripts/rest-clients/rest-common-env.sh @@ -1,4 +1,4 @@ -DEMO_BASE_SERVICE_URL=http://demo.libreplan.org/libreplan-demo/ws/rest +DEMO_BASE_SERVICE_URL=http://demo.libreplan.org/libreplan/ws/rest DEVELOPMENT_BASE_SERVICE_URL=http://localhost:8080/libreplan-webapp/ws/rest PRODUCTION_BASE_SERVICE_URL=http://localhost:8080/libreplan/ws/rest