Skip to content

docs(skills/issue-deduplicate): fix mislabeled reference links - #956

Merged
justinmclean merged 1 commit into
apache:mainfrom
rekha0suthar:fix/issue-deduplicate-reference-links
Jul 27, 2026
Merged

docs(skills/issue-deduplicate): fix mislabeled reference links#956
justinmclean merged 1 commit into
apache:mainfrom
rekha0suthar:fix/issue-deduplicate-reference-links

Conversation

@rekha0suthar

Copy link
Copy Markdown
Contributor

Summary

  • Fixed the label on the spec.md reference link — it named docs/triage/spec.md, a path that never existed, while correctly pointing at tools/spec-loop/specs/triage-mode.md.
  • Fixed the <project-config>/issue-tracker-config.md reference link — it pointed at the projects/_template/ directory instead of the file it names, now linked directly.

Test plan

  • Manually verified both link targets resolve on disk relative to skills/issue-deduplicate/SKILL.md.
  • git diff reviewed — change is scoped to the two mislabeled lines, no other content touched.

Fixes #947

Why: the References section had two links whose visible labels didn't
match their targets. `docs/triage/spec.md` linked to
tools/spec-loop/specs/triage-mode.md (label named a path that never
existed); `<project-config>/issue-tracker-config.md` linked to the
projects/_template/ directory instead of the file it names. Both
resolved fine so lychee passed, but a reader following either label
would go looking for the wrong thing.

Fixes apache#947

@justinmclean justinmclean left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Both labels now name the files they actually point at.

@justinmclean
justinmclean merged commit 6f168ed into apache:main Jul 27, 2026
10 checks passed
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.

Fix two broken reference links in issue-deduplicate/SKILL.md

3 participants