diff --git a/docs/adapter_guide.md b/docs/adapter_guide.md index 07c20a48..0d803c5f 100644 --- a/docs/adapter_guide.md +++ b/docs/adapter_guide.md @@ -128,15 +128,15 @@ Your Adapter will read data from your system, and read data from Flowgate, then **For example:** - >#> `cd ../flowgate/flowgate-api` + >#> `cd flowgate/flowgate-api` >#> `mvn initialize` - >#> `cd ../flowgate/vc-worker` + >#> `cd ../vc-worker` >#> `mvn initialize` - >#> `cd ../flowgate/vro-worker` + >#> `cd ../vro-worker` >#> `mvn initialize`