I noticed the broken hyperlink in this page:
https://docs.docker.com/engine/reference/builder/
The link should point to `#parser-directives`.
Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com>
| ... | ... |
@@ -120,7 +120,7 @@ instruction must be \`FROM\`** in order to specify the [*Base |
| 120 | 120 |
Image*](glossary.md#base-image) from which you are building. |
| 121 | 121 |
|
| 122 | 122 |
Docker treats lines that *begin* with `#` as a comment, unless the line is |
| 123 |
-a valid [parser directive](builder.md#parser directives). A `#` marker anywhere |
|
| 123 |
+a valid [parser directive](builder.md#parser-directives). A `#` marker anywhere |
|
| 124 | 124 |
else in a line is treated as an argument. This allows statements like: |
| 125 | 125 |
|
| 126 | 126 |
```Dockerfile |