Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/how-tos/manage-workflow-runs/remove-workflow-artifacts
What part(s) of the article would you like to see updated?
The repository-level artifact and log retention link points to the removed #setting-the-artifact-and-log-retention-period-for-a-repository anchor. The target article now has a Setting the check, workflow run, status, artifact and log retention period for a repository section, so the link should target that current heading.
Additional information
The internal-link checker reproduces the broken anchor when checking the free-pro-team@latest English site:
npm run check-links-internal -- --version free-pro-team@latest
It reports /repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-artifact-and-log-retention-period-for-a-repository as a stale anchor in this article. Updating the fragment to the current heading removes this occurrence without changing the surrounding guidance.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/how-tos/manage-workflow-runs/remove-workflow-artifacts
What part(s) of the article would you like to see updated?
The repository-level artifact and log retention link points to the removed
#setting-the-artifact-and-log-retention-period-for-a-repositoryanchor. The target article now has aSetting the check, workflow run, status, artifact and log retention period for a repositorysection, so the link should target that current heading.Additional information
The internal-link checker reproduces the broken anchor when checking the free-pro-team@latest English site:
It reports
/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-artifact-and-log-retention-period-for-a-repositoryas a stale anchor in this article. Updating the fragment to the current heading removes this occurrence without changing the surrounding guidance.