- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Fix spelling of "hygiene" in Security Hygiene Guide URL and labels #90
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
Conversation
          ✅ Deploy Preview for contribute-cncf-io ready!
 To edit notification comments on pull requests, go to your Netlify project configuration.  | 
    
Co-authored-by: nate-double-u <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects a spelling error in the URL slug and references for the Security Hygiene Guide, changing "hygine" to the correct spelling "hygiene". The changes ensure proper SEO, user experience, and maintain backward compatibility through appropriate redirects.
Key Changes:
- Renamed the markdown file from 
security-hygine.mdtosecurity-hygiene.md - Updated the 
sidebar_labelmetadata to use correct spelling - Added redirects to preserve old URLs and updated existing redirects to point to the corrected URL
 
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description | 
|---|---|
static/_redirects | 
Updated existing redirects and added new redirects from the misspelled URL to the corrected URL | 
docs/projects/best-practices/security/security-hygiene.md | 
Corrected the sidebar_label from "Security Hygine" to "Security Hygiene" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @copilot.
Description
This PR corrects the spelling of "hygiene" (previously misspelled as "hygine") in the Security Hygiene Guide for Project Maintainers page URL and sidebar label.
Changes
docs/projects/best-practices/security/security-hygine.md→security-hygiene.mdstatic/_redirectsto:/maintainers/security/security-guidelines*to point to the corrected URL/projects/best-practices/security/security-hygine*to the corrected URL/projects/best-practices/security/security-hygiene/Impact
Users visiting the old misspelled URL at
https://contribute.cncf.io/projects/best-practices/security/security-hygine/will be automatically redirected (301 permanent redirect) to the correct URL athttps://contribute.cncf.io/projects/best-practices/security/security-hygiene/.All existing links and bookmarks remain functional through the redirect rules, ensuring backward compatibility.
Fixes the issue reported in the original ticket where the Security Hygiene Guide had an incorrect URL slug.
Original prompt
Fixes #89
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.