Skip to content

Commit 0676a58

Browse files
authored
Fix: broken link in init-containers.md (#43035)
1 parent 1b942ca commit 0676a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/init-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ field).
4646
Init containers support all the fields and features of app containers,
4747
including resource limits, [volumes](/docs/concepts/storage/volumes/), and security settings. However, the
4848
resource requests and limits for an init container are handled differently,
49-
as documented in [Resources](#resources).
49+
as documented in [Resource sharing within containers](#resource-sharing-within-containers).
5050

5151
Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or
5252
`startupProbe` because they must run to completion before the Pod can be ready.

0 commit comments

Comments
 (0)