docs: use direct same-page xref for Ignored Files Editor (7.1)#741
Merged
Conversation
The xref routed through `navigating.adoc#using-the-ignored-files-editor`, but `navigating.adoc` is only a page-aliases entry of using.adoc itself. This is a brittle self-referential link through the page's own alias. Replace it with a direct same-page xref, matching the existing correct reference elsewhere on the page (using.adoc:538). Closes #727 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
Approve. 7.1 port using a direct same-page xref for the Ignored Files Editor (xref:using-the-ignored-files-editor[...]).
- Target heading
==== Using the Ignored Files Editorexists inusing.adoc; the new xref resolves and matches the existing correct same-page xref in the file.navigating.adocis a self-alias ofusing.adoc, confirming the old indirection was unnecessary. - AsciiDoc syntax correct.
Pair consistency: byte-identical change to master PR #742, correctly targets the 7.1 branch, uses Refs #727. LGTM.
phil-davis
approved these changes
Jun 22, 2026
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
Replaces the alias-routed xref at
using.adoc:630with a direct same-page xref:navigating.adoc#using-the-ignored-files-editor→using-the-ignored-files-editor.Why
navigating.adocis only apage-aliasesentry ofusing.adocitself, so this was a same-page link routed through the page's own alias — brittle and inconsistent. The target heading==== Using the Ignored Files Editor(using.adoc:570) exists. This matches the existing correct same-page xref atusing.adoc:538.Refs #727 (master PR carries the closing keyword).
🤖 Generated with Claude Code