Skip to content

Commit adcd64a

Browse files
authored
Merge pull request #51353 from tom1299/patch-2
Fix broken link to Object count quota
2 parents 973a56a + ae82014 commit adcd64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _Resource quotas_ are a tool for administrators to address this concern.
1818

1919
A resource quota, defined by a ResourceQuota object, provides constraints that limit
2020
aggregate resource consumption per {{< glossary_tooltip text="namespace" term_id="namespace" >}}. A ResourceQuota can also
21-
limit the [quantity of objects that can be created in a namespace](#quota-on-object-count) by API kind, as well as the total
21+
limit the [quantity of objects that can be created in a namespace](#object-count-quota) by API kind, as well as the total
2222
amount of {{< glossary_tooltip text="infrastructure resources" term_id="infrastructure-resource" >}} that may be consumed by
2323
API objects found in that namespace.
2424

0 commit comments

Comments
 (0)