Skip to content

Commit d336055

Browse files
Fix broken link in k8s.io/docs/concepts/overview/working-with-objects/finalizers/ (#30159)
* Fix broken link in finalizers.md * Update finalizers.md * Update finalizers.md
1 parent 6c5c10a commit d336055

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and the controller deletes the volume.
4444

4545
## Owner references, labels, and finalizers {#owners-labels-finalizers}
4646

47-
Like {{<glossary_tooltip text="labels" term_id="label">}}, [owner references](/concepts/overview/working-with-objects/owners-dependents/)
47+
Like {{<glossary_tooltip text="labels" term_id="label">}}, [owner references](/docs/concepts/overview/working-with-objects/owners-dependents)
4848
describe the relationships between objects in Kubernetes, but are used for a
4949
different purpose. When a
5050
{{<glossary_tooltip text="controller" term_id="controller">}} manages objects

0 commit comments

Comments
 (0)