Skip to content

Commit 1aee151

Browse files
authored
Merge pull request moby#5124 from dvdksn/docs-broken-xref-fromascasing
docs: fix broken link in lint docs after rule rename
2 parents 8ade9b2 + a7ada56 commit 1aee151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/dockerfile/docs/rules/from-as-casing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ from debian:latest as deb-builder
4040

4141
## Related errors
4242

43-
- [`FileConsistentCommandCasing`](./file-consistent-command-casing.md)
43+
- [`FileConsistentCommandCasing`](./consistent-instruction-casing.md)
4444

frontend/dockerfile/linter/docs/FromAsCasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ from debian:latest as deb-builder
3333

3434
## Related errors
3535

36-
- [`FileConsistentCommandCasing`](./file-consistent-command-casing.md)
36+
- [`FileConsistentCommandCasing`](./consistent-instruction-casing.md)

0 commit comments

Comments
 (0)