Skip to content

Commit c0af9b8

Browse files
committed
fix: correct broken links to Policy Exceptions and Cleanup Policies
Update broken links in policy-rules documentation: - Fix Policy Exceptions link from /docs/policy-types/cluster-policy/exceptions.md to /docs/exceptions/ - Fix Cleanup Policies link from /docs/policy-types/cluster-policy/cleanup.md to /docs/policy-types/cleanup-policy/ Both links were returning 404 errors and now point to the correct documentation pages. Fixes #1578 Signed-off-by: ash01ish <53890434+ash01ish@users.noreply.github.com>
1 parent 1eacf63 commit c0af9b8

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/policy-types/cluster-policy/policy-rules

1 file changed

+1
-1
lines changed

content/en/docs/policy-types/cluster-policy/policy-rules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Each rule consists of a [`match`](/docs/policy-types/cluster-policy/match-exclud
2020

2121
Policies can be defined as cluster-wide resources (using the kind `ClusterPolicy`) or namespaced resources (using the kind `Policy`). As expected, namespaced policies will only apply to resources within the namespace in which they are defined while cluster-wide policies are applied to matching resources across all namespaces. Otherwise, there is no difference between the two types.
2222

23-
Additional policy types include [Policy Exceptions](/docs/policy-types/cluster-policy/exceptions.md) and [Cleanup Policies](/docs/policy-types/cluster-policy/cleanup.md) which are separate resources and described further in the documentation.
23+
Additional policy types include [Policy Exceptions](/docs/exceptions/) and [Cleanup Policies](/docs/policy-types/cleanup-policy/) which are separate resources and described further in the documentation.
2424

2525
Learn more about [Applying Policies](/docs/applying-policies/) and [Writing Policies](/docs/policy-types/cluster-policy/_index.md) in the upcoming chapters.

0 commit comments

Comments
 (0)