diff --git a/compose/django.md b/compose/django.md index 8fe5e82a91..e920d9e684 100644 --- a/compose/django.md +++ b/compose/django.md @@ -20,7 +20,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi The Dockerfile defines an application's image content via one or more build commands that configure that image. Once built, you can run the image in a - container. For more information on `Dockerfiles`, see the [Docker user + container. For more information on `Dockerfile`, see the [Docker user guide](/engine/tutorials/dockerimages.md#building-an-image-from-a-dockerfile) and the [Dockerfile reference](/engine/reference/builder.md).