Merge pull request #9431 from sindhus/patch-4

Fix dead link build.md
Upstream-commit: b241571102f245a8d526620598930fc53c126070
Component: engine
This commit is contained in:
James Turnbull
2014-12-01 20:29:48 -05:00

View File

@ -19,7 +19,7 @@ Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
## Usage
To [*build*](../commandline/cli/#cli-build) an image from a source repository,
To [*build*](/reference/commandline/cli/#build) an image from a source repository,
create a description file called `Dockerfile` at the root of your repository.
This file will describe the steps to assemble the image.