Skip to content

docs: fix broken xref to Remove an Account section#737

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

docs: fix broken xref to Remove an Account section#737
phil-davis merged 1 commit into
masterfrom
fix/725-remove-account-xref

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.

Closes #725

Companion PR onto the 7.1 branch: same change applied there.

🤖 Generated with Claude Code

@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 master branch.

  • The target heading ==== Remove an Account exists at using.adoc:315. Under Antora's id settings (idprefix='', idseparator='-') this generates the anchor remove-an-account, so the old xref:removing-an-account[...] did not resolve and the new xref:remove-an-account[...] does. Correct.
  • Scope is docs-only (1 file, +1/-1); no AsciiDoc syntax broken.
  • Minor (non-blocking): the link text still reads "Removing an Account" — that is display text, not the target, so it's harmless, but you may want it to read "Remove an Account" to match the heading.

Pair consistency: Paired with #736 (7.1). Both target master vs 7.1 respectively and apply the identical one-line change. Consistent.

@phil-davis

Copy link
Copy Markdown
Contributor

Please rebase my current branch onto master. Fetch the latest remote changes, perform a rebase, and push the updated branch using git push --force-with-lease.

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>
@phil-davis phil-davis force-pushed the fix/725-remove-account-xref branch from e3eb157 to 3fa68e9 Compare June 22, 2026 09:07
@phil-davis phil-davis merged commit 571d1b0 into master Jun 22, 2026
2 checks passed
@phil-davis phil-davis deleted the fix/725-remove-account-xref branch June 22, 2026 09:08
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.

docs: broken xref removing-an-account (heading id is remove-an-account) in using.adoc

2 participants