Fix stale documentation section links - #45664
Open
raulkolaric wants to merge 1 commit into
Open
Conversation
Point five documentation references at the current destination headings so readers land on the intended sections instead of the top of each article. Changes: - content/code-security/tutorials/secret-scanning-partner-program.md - Link conditional-request guidance to its current section anchor. - content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/troubleshooting-rules.md - Link Evaluate-mode guidance to the current enforcement-status anchor. - content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets.md - Link ruleset workflow guidance to the current enforcement-status anchor. - content/organizations/managing-programmatic-access-to-your-organization/about-programmatic-access-in-your-organization.md - Link SAML credentials guidance to the single-member section. - data/reusables/enterprise-accounts/invite-organization.md - Link enterprise invitations to the current invitation section. - content/admin/managing-your-enterprise-account/deleting-an-enterprise-account.md - Link organization transfer guidance to the current transfer section. Validation: - npm run lint-content -- --paths <six changed files> - npm run check-links-internal -- --version free-pro-team@latest - npm run check-links-internal -- --version enterprise-cloud@latest - npm run check-links-internal -- --version enterprise-server@3.22 - git diff --staged --check
Contributor
raulkolaric
marked this pull request as ready for review
August 29, 2026 20:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This small change updates five stale section anchors so the affected links open the intended headings instead of the top of the destination article.
Production links checked
Changed anchors
Validation