Skip to content

Commit

Permalink
Merge pull request #25902 from MihaiB/docs-link-fragment
Browse files Browse the repository at this point in the history
docs: fix typo in url fragment
(cherry picked from commit ab533a9)
Signed-off-by: Charles Smith <[email protected]>
  • Loading branch information
thaJeztah authored and sfsmithcha committed Aug 26, 2016
1 parent be94e07 commit 080891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 080891b

Please sign in to comment.