docs: fix broken xref to Managing Resources to Synchronize#740
Merged
Conversation
DeepDiver1975
commented
Jun 21, 2026
DeepDiver1975
left a comment
Member
Author
There was a problem hiding this comment.
🤖 Automated code review by Claude Code review agent
Approve. Fixes a broken xref: xref:using-an-account-that-connects-to-infinite-scale[...] → xref:managing-resources-to-synchronize[...].
- Verified the old id was broken: no heading in
using.adocgeneratesusing-an-account-that-connects-to-infinite-scale. - Verified the new target resolves:
=== Managing Resources to Synchronizeexists inusing.adoc(generated idmanaging-resources-to-synchronize), which matches the link text. - AsciiDoc syntax correct.
Pair consistency: identical diff to 7.1 companion #739, correct master base, Closes #726 carried here. LGTM.
phil-davis
approved these changes
Jun 22, 2026
The xref used id `using-an-account-that-connects-to-infinite-scale`, which no heading generates. The intended target is the heading `=== Managing Resources to Synchronize`, whose anchor is `managing-resources-to-synchronize`. Point the xref there. Closes #726 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
22bf14e to
88ba9db
Compare
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.
What
Fixes the broken xref at
using.adoc:411:using-an-account-that-connects-to-infinite-scale→managing-resources-to-synchronize.Why
No heading generates the id
using-an-account-that-connects-to-infinite-scale, so the xref did not resolve. The intended target is=== Managing Resources to Synchronize(using.adoc:417), anchormanaging-resources-to-synchronize.Closes #726
🤖 Generated with Claude Code