Переглянути джерело

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

docs: fix typo in url fragment
Sebastiaan van Stijn 9 роки тому
батько
коміт
ab533a98dc
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/reference/builder.md

+ 1 - 1
docs/reference/builder.md

@@ -120,7 +120,7 @@ instruction must be \`FROM\`** in order to specify the [*Base
 Image*](glossary.md#base-image) from which you are building.
 Image*](glossary.md#base-image) from which you are building.
 
 
 Docker treats lines that *begin* with `#` as a comment, unless the line is
 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:
 else in a line is treated as an argument. This allows statements like:
 
 
 ```Dockerfile
 ```Dockerfile