Skip to content

Commit 83bc8df

Browse files
authored
Merge pull request moby#5331 from dvdksn/docs-20852
docs: fix broken link to dockerfile reference
2 parents ef2ffe9 + a3181e9 commit 83bc8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/dockerfile/docs/rules/json-args-recommended.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ child processes.
5252

5353
Alternatively, if you want to ignore this lint rule because you do want your
5454
executable to be invoked via a shell, you can use the
55-
[`SHELL`](https://docs.docker.com/reference/dockerfile.md#shell) Dockerfile
55+
[`SHELL`](https://docs.docker.com/reference/dockerfile/#shell) Dockerfile
5656
instruction to explicitly specify a shell to use.
5757

5858
✅ Good: shell is explicitly defined.

frontend/dockerfile/linter/docs/JSONArgsRecommended.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ child processes.
4545

4646
Alternatively, if you want to ignore this lint rule because you do want your
4747
executable to be invoked via a shell, you can use the
48-
[`SHELL`](https://docs.docker.com/reference/dockerfile.md#shell) Dockerfile
48+
[`SHELL`](https://docs.docker.com/reference/dockerfile/#shell) Dockerfile
4949
instruction to explicitly specify a shell to use.
5050

5151
✅ Good: shell is explicitly defined.

0 commit comments

Comments
 (0)