diff --git a/03-path-application-development/302-app-discovery/readme.adoc b/03-path-application-development/302-app-discovery/readme.adoc index 22ed5adc..4948645e 100644 --- a/03-path-application-development/302-app-discovery/readme.adoc +++ b/03-path-application-development/302-app-discovery/readme.adoc @@ -10,7 +10,9 @@ This chapter shows an example of how different microservices within an applicati This chapter uses a cluster with 3 master nodes and 5 worker nodes as described here: link:../../01-path-basics/102-your-first-cluster#multi-master-cluster[multi-master cluster]. -All configuration files for this chapter are in the `microservices` directory. Make sure you change to that directory before giving any commands in this chapter. +All configuration files for this chapter are in the `app-discovery` directory. Make sure you change to that directory before giving any commands in this chapter. On Cloud9: + + cd ~/environment/aws-workshop-for-kubernetes/03-path-application-development/302-app-discovery === Application Architecture