Change URL to demo in REST services example scripts

This commit is contained in:
Manuel Rego Casasnovas 2012-03-08 17:47:22 +01:00
parent c5a621af2c
commit d8ade380b6
2 changed files with 2 additions and 2 deletions

View file

@ -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::

View file

@ -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