From c4541d379302dd256adf09843f7905f115141eed Mon Sep 17 00:00:00 2001 From: Chris McKinnel Date: Fri, 26 Jun 2015 09:43:30 +0100 Subject: [PATCH] Fix a broken anchor tag on the CLI builder page Signed-off-by: Chris McKinnel --- docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 89b7602656..49aa580d14 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -51,7 +51,7 @@ In most cases, it's best to put each Dockerfile in an empty directory. Then, only add the files needed for building the Dockerfile to the directory. To increase the build's performance, you can exclude files and directories by adding a `.dockerignore` file to the directory. For information about how to -[create a `.dockerignore` file](#the-dockerignore-file) on this page. +[create a `.dockerignore` file](#dockerignore-file) on this page. You can specify a repository and tag at which to save the new image if the build succeeds: