Merge pull request #25902 from MihaiB/docs-link-fragment

docs: fix typo in url fragment
Upstream-commit: ab533a98dceecec707414006544411cfd18b2d30
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-08-21 02:12:02 +02:00
committed by GitHub
+1 -1
View File
@@ -120,7 +120,7 @@ instruction must be \`FROM\`** in order to specify the [*Base
Image*](glossary.md#base-image) from which you are building.
Docker treats lines that *begin* with `#` as a comment, unless the line is
a valid [parser directive](builder.md#parser directives). A `#` marker anywhere
a valid [parser directive](builder.md#parser-directives). A `#` marker anywhere
else in a line is treated as an argument. This allows statements like:
```Dockerfile