| ... | ... |
@@ -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 |
|