From 2972940b66c799248f958bada4b6ca09a46945cd Mon Sep 17 00:00:00 2001 From: Aidan Obley Date: Tue, 12 Jun 2018 09:36:53 -0700 Subject: [PATCH] correct references to cats-and-dogs-example-app --- docs/c2c-no-service-discovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/c2c-no-service-discovery.md b/docs/c2c-no-service-discovery.md index 1645f23..4b602b0 100644 --- a/docs/c2c-no-service-discovery.md +++ b/docs/c2c-no-service-discovery.md @@ -22,7 +22,7 @@ In either case, the response from the backend to the frontend will be rendered a ### Deploying ``` -cd cats-and-dogs-example-app/frontend +cd frontend cf api api.bosh-lite.com --skip-ssl-validation cf auth admin admin cf push frontend @@ -40,7 +40,7 @@ and responds to simple text messages on the UDP ports specified in the environme ### Deploying ``` -cd cats-and-dogs-example-app/backend +cd backend cf push backend --no-start cf set-env backend CATS_PORTS "7007,7008" cf set-env backend UDP_PORTS "9003,9004"