diff --git a/quarkus/README.md b/quarkus/README.md index 89cf9da..1343b08 100644 --- a/quarkus/README.md +++ b/quarkus/README.md @@ -2,7 +2,7 @@ Example applications that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [PostgreSQL](https://www.postgresql.org/) database. ## Prerequisites -Make sure you installed everything as described [here](../). +Make sure you installed everything as described [here](../../../). ## Start command / query implementation Start the command and query microservice. diff --git a/quarkus/command/README.md b/quarkus/command/README.md index 5d230f7..b3dd099 100644 --- a/quarkus/command/README.md +++ b/quarkus/command/README.md @@ -2,7 +2,7 @@ Command microservice that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/). ## Prerequisites -Make sure you installed everything as described [here](../../). +Make sure you installed everything as described [here](../../../../). ## Run the command microservice in development mode 1. Open a console (Ubuntu shortcut = ctrl alt t) diff --git a/quarkus/query/README.md b/quarkus/query/README.md index 1a506d4..38e3b64 100644 --- a/quarkus/query/README.md +++ b/quarkus/query/README.md @@ -2,7 +2,7 @@ Query microservice that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [PostgreSQL](https://www.postgresql.org/) database. ## Prerequisites -Make sure you installed everything as described [here](../../). +Make sure you installed everything as described [here](../../../../). ## Run the query microservice in development mode 1. Open a console (Ubuntu shortcut = ctrl alt t)