From 88e6e2852bddf2ce5d33b46620df0d1cc69f5c3d Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Thu, 31 Aug 2017 14:55:35 -0700 Subject: [PATCH] fix link to Dockerfile in Engine FAQs (#4480) Signed-off-by: Victoria Bialas --- engine/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/faq.md b/engine/faq.md index 4f9c867095..1e1b6084d1 100644 --- a/engine/faq.md +++ b/engine/faq.md @@ -43,7 +43,7 @@ offers a high-level tool with several powerful functionalities: - *Automatic build.* Docker includes [*a tool for developers to automatically assemble a container from their source - code*](/engine/reference/commandline/build.md), with full control over application + code*](/engine/reference/builder/), with full control over application dependencies, build tools, packaging etc. They are free to use `make`, `maven`, `chef`, `puppet`, `salt,` Debian packages, RPMs, source tarballs, or any combination of the above, regardless of the configuration of the machines.