Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
Actions/** docs sections.
Clarification: docs are accessible by manually crawling the site, but redirection links from search bar / search engines are broken.
What changes are you suggesting?
Hi!
I have noticed through searching on Google, as well as in the GH docs search bar, that certain docs subsections (under actions/) have a broken redirection.
Example of broken link (accessible from search bar / Google): https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/
Fixed link (crawling manually through the website): https://docs.github.com/en/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/
How to reproduce
This could be reproduced by searching "security hardening your deployments" for example on the search bar and trying to access the results

And then clicking on it

Manually crawling the site yields:

Possible causes
A quick search yields this PR 16h ago: #39061
Additional information
No response