docs: remove broken force-upload xref (7.1)#733
Open
DeepDiver1975 wants to merge 1 commit into
Open
Conversation
The xref:force-uploading-conflicted-files[] link in conflicts.adoc pointed to an anchor that does not exist anywhere in the module, so Antora emitted a "target of xref not found" warning. The "Force Uploading Conflicted Files" feature is not documented in this branch. Drop the dangling link while keeping the sentence intact. Closes #723 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
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
Verdict: Approve. Verified on 7.1.
- Confirmed on the
7.1branch that no target forforce-uploading-conflicted-filesexists (only the dangling xref line atconflicts.adoc:20matches). The dead link correctly produces an Antora warning, and removing it is appropriate since the feature is undocumented here. - Sentence remains intact and grammatical after removal.
- Scope docs-only (+1/-1); no broken AsciiDoc.
Pair consistency: 7.1 port of #734. baseRefName 7.1 (vs master); diffs identical. Consistent. Correctly uses Refs #723 while #734 carries Closes #723.
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
Removes the dangling
xref:force-uploading-conflicted-files[Force Uploading Conflicted Files]link inconflicts.adoc:20.Why
No section, heading, or explicit anchor with the id
force-uploading-conflicted-filesexists anywhere in the module, so Antora emits a "target of xref not found" warning. The feature is not documented in this branch. The sentence remains intact without the dangling link.Refs #723 (master PR carries the closing keyword).
🤖 Generated with Claude Code