diff --git a/doc/SETUP_DEVELOPMENT.md b/doc/SETUP_DEVELOPMENT.md index 48af64d3..f73518fa 100644 --- a/doc/SETUP_DEVELOPMENT.md +++ b/doc/SETUP_DEVELOPMENT.md @@ -177,7 +177,7 @@ explained here. To avoid having to go through setting up all dependencies, you can also run Foodsoft within a docker image. While the default [`Dockerfile`](../Dockerfile) is setup for production, -[`Dockerfile.dev`](../Dockerfile.dev) is meant for development. Even better, you can -use docker-compose (using [`docker-compose.dev.yml`](../docker-compose.dev.yml)) to +[`Dockerfile-dev`](../Dockerfile-dev) is meant for development. Even better, you can +use docker-compose (using [`docker-compose-dev.yml`](../docker-compose-dev.yml)) to setup the whole stack at once.