Situation
.claude/skills/nabledge-6/docs/README.md line 378 contains a Markdown link with a space in the file path, which causes the link to fail to render in GitHub and most Markdown viewers:
- [■Nablarch 6u2 リリースノート](releases/releases/releases-nablarch6u2-releasenote-6u2 (6u1からの変更点).md)
The space before (6u1からの変更点) breaks Markdown link parsing — the link text is displayed as a literal string instead of a clickable link.
Pain
Users browsing the v6 docs README see a non-clickable text string instead of a link to the Nablarch 6u2 release note. They cannot navigate to the document.
Benefit
- Users can navigate to the Nablarch 6u2 リリースノート (6u1からの変更点) from the README
Success Criteria
Situation
.claude/skills/nabledge-6/docs/README.mdline 378 contains a Markdown link with a space in the file path, which causes the link to fail to render in GitHub and most Markdown viewers:The space before
(6u1からの変更点)breaks Markdown link parsing — the link text is displayed as a literal string instead of a clickable link.Pain
Users browsing the v6 docs README see a non-clickable text string instead of a link to the Nablarch 6u2 release note. They cannot navigate to the document.
Benefit
Success Criteria