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

Conversation

ash01ish
Copy link

@ash01ish ash01ish commented Jun 5, 2025

Summary

Fixes broken hyperlinks in the policy-rules documentation page that were returning 404 errors.

Changes Made

  • Fixed Policy Exceptions link: /docs/policy-types/cluster-policy/exceptions.md/docs/exceptions/
  • Fixed Cleanup Policies link: /docs/policy-types/cluster-policy/cleanup.md/docs/policy-types/cleanup-policy/

Verification

  • ✅ Both target documentation pages exist and are accessible
  • ✅ Codegen completed successfully with no issues
  • ✅ No other files were modified

Test Plan

  • Verified target files exist at the corrected paths
  • Ran make codegen to ensure no issues with generated content
  • Confirmed only the intended file was modified

Fixes #1578

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 kyverno#1578

Signed-off-by: ash01ish <53890434+ash01ish@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Broken links to Policy Exceptions and Cleanup Policies in 'Policies and Rules' page
1 participant