From 87022daf397318303e7ba93da84018e4748f8ab6 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Fri, 23 Oct 2020 18:41:27 +1300 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7edb2e0..a31ad46 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The Python Flask based microservices project is composed of the following 4 proj To launch the end-to-end microservices application perform the following: ### Step 1. -Navigate into the ```frontend``` directory, and confirm the presence of the ```docker-compose.deploy.yml``` file: +Navigate into the [frontend](https://github.com/cloudacademy/python-flask-microservices/tree/master/frontend) directory, and confirm the presence of the ```docker-compose.deploy.yml``` file: ``` cd frontend ls -la