Browse code

Fix dead link build.md

Sindhu S authored on 2014/12/01 23:05:58
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
19 19
 
20 20
 ## Usage
21 21
 
22
-To [*build*](../commandline/cli/#cli-build) an image from a source repository,
22
+To [*build*](/reference/commandline/cli/#build) an image from a source repository,
23 23
 create a description file called `Dockerfile` at the root of your repository.
24 24
 This file will describe the steps to assemble the image.
25 25