Skip to content

docs: fix broken xref to Remove an Account section (7.1)#736

Merged
phil-davis merged 1 commit into
7.1from
fix/725-remove-account-xref-7.1
Jun 22, 2026
Merged

docs: fix broken xref to Remove an Account section (7.1)#736
phil-davis merged 1 commit into
7.1from
fix/725-remove-account-xref-7.1

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

What

Fixes the broken xref at using.adoc:309: removing-an-accountremove-an-account.

Why

The target heading ==== Remove an Account (using.adoc:315) generates the anchor remove-an-account under Antora's id settings (idprefix='', idseparator='-'), not removing-an-account. The previous xref did not resolve.

Refs #725 (master PR carries the closing keyword).

🤖 Generated with Claude Code

The xref used id `removing-an-account`, but the target heading
`==== Remove an Account` generates the anchor `remove-an-account`
under Antora's id settings (idprefix='', idseparator='-'), so the
link did not resolve. Point the xref at the correct anchor.

Closes #725

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Automated code review by Claude Code review agent

Verdict: Approve. Verified the fix against the source on the 7.1 branch.

  • The target heading ==== Remove an Account exists at using.adoc:315 on 7.1 too. Antora (idprefix='', idseparator='-') generates anchor remove-an-account, so the new xref resolves where the old removing-an-account did not. Correct.
  • Scope docs-only (+1/-1); no broken AsciiDoc.
  • Minor (non-blocking): link text still says "Removing an Account" (display text only — harmless).

Pair consistency: 7.1 port of the master PR #737. baseRefName is 7.1 (vs master on #737); diffs are identical. Consistent. Note #737 carries the Closes #725 keyword and this one correctly uses Refs #725.

@phil-davis phil-davis merged commit 5c5c443 into 7.1 Jun 22, 2026
1 check passed
@phil-davis phil-davis deleted the fix/725-remove-account-xref-7.1 branch June 22, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants