Skip to content

fix: correct broken links to Policy Exceptions and Cleanup Policies #1579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Each rule consists of a [`match`](/docs/policy-types/cluster-policy/match-exclud

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.

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.
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.

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