Skip to content

Commit 819d7bc

Browse files
committed
docs: fix double parens in internal link
Signed-off-by: David Karlsson <[email protected]>
1 parent 66fec1d commit 819d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ despite warnings. To make the build fail on warnings, set `#check=error=true`.
347347

348348
> [!NOTE]
349349
> When using the `check` directive, with `error=true` option, it is recommended
350-
> to pin the [Dockerfile syntax]((#syntax)) to a specific version. Otherwise, your build may
350+
> to pin the [Dockerfile syntax](#syntax) to a specific version. Otherwise, your build may
351351
> start to fail when new checks are added in the future versions.
352352
353353
To combine both the `skip` and `error` options, use a semi-colon to separate

0 commit comments

Comments
 (0)