Skip to content

Commit

Permalink
Merge pull request #5331 from dvdksn/docs-20852
Browse files Browse the repository at this point in the history
docs: fix broken link to dockerfile reference
  • Loading branch information
crazy-max authored Sep 13, 2024
2 parents ef2ffe9 + a3181e9 commit 83bc8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/dockerfile/docs/rules/json-args-recommended.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ child processes.

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

✅ Good: shell is explicitly defined.
Expand Down
2 changes: 1 addition & 1 deletion frontend/dockerfile/linter/docs/JSONArgsRecommended.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ child processes.

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

✅ Good: shell is explicitly defined.
Expand Down

0 comments on commit 83bc8df

Please sign in to comment.