CORD-3105 fix incorrect path

Change-Id: Id6ad3e40ffe784ee7230916017f2e8b5f6c6e6d6
diff --git a/docs/simple-example-service.md b/docs/simple-example-service.md
index 1eb0d73..980b329 100644
--- a/docs/simple-example-service.md
+++ b/docs/simple-example-service.md
@@ -91,7 +91,7 @@
 If you've already checked out the CORD code, for example using repo, then make note the path to the `simpleexampleservice` code as we'll be using it in a few minutes:
 
 ```bash
-SIMPLEEXAMPLESERVICE_PATH=~/cord/xos_services/simpleexampleservice
+SIMPLEEXAMPLESERVICE_PATH=~/cord/orchestration/xos_services/simpleexampleservice
 ```
 
 Otherwise, check out the simpleexampleservice repository now: