File: content/manuals/enterprise/security/enforce-sign-in/_index.md
Issue
The link to the SSO enforcement section uses an incorrect anchor:
Enforcing Docker Desktop sign-in and enforcing SSO are different features that serve different purposes:
The anchor #optional-enforce-sso doesn't exist. The actual heading in connect.md is ## Enforce SSO (not "Optional: Enforce SSO"), which generates the anchor #enforce-sso.
Why this matters
Readers clicking this link will land at the top of the page instead of the specific section about SSO enforcement, making it harder to understand the distinction between the two enforcement types.
Suggested fix
Change the link from:
[enforcing SSO](/manuals/enterprise/security/single-sign-on/connect.md#optional-enforce-sso)
To:
[enforcing SSO](/manuals/enterprise/security/single-sign-on/connect.md#enforce-sso)
Found by nightly documentation quality scanner
File:
content/manuals/enterprise/security/enforce-sign-in/_index.mdIssue
The link to the SSO enforcement section uses an incorrect anchor:
The anchor
#optional-enforce-ssodoesn't exist. The actual heading inconnect.mdis## Enforce SSO(not "Optional: Enforce SSO"), which generates the anchor#enforce-sso.Why this matters
Readers clicking this link will land at the top of the page instead of the specific section about SSO enforcement, making it harder to understand the distinction between the two enforcement types.
Suggested fix
Change the link from:
To:
Found by nightly documentation quality scanner