Skip to content

docs: fix broken relative link to docs/protocol.md in bls README#45

Open
toon-backlog-bot[bot] wants to merge 1 commit into
mainfrom
agent/43-fix-broken-protocol-md-link
Open

docs: fix broken relative link to docs/protocol.md in bls README#45
toon-backlog-bot[bot] wants to merge 1 commit into
mainfrom
agent/43-fix-broken-protocol-md-link

Conversation

@toon-backlog-bot

Copy link
Copy Markdown
Contributor

Summary

  • packages/bls/README.md linked to ../../docs/protocol.md, a local path that doesn't exist in this repo (this repo has no top-level docs/)
  • Replaced it with a link to the doc's actual home in toon-protocol/toon-meta, verified the target file and ## ILP Address Hierarchy heading both exist there
  • Added an empty changeset (docs-only change, no package version bump)
  • Confirmed no other README in this repo references the same missing local path

Closes #43

Verification

  • grep -rn "docs/protocol.md" --include="*.md" . — only match is the fixed line, no remaining relative-path (../../docs/protocol.md) references
  • Verified docs/protocol.md exists in toon-protocol/toon-meta (gh api repos/toon-protocol/toon-meta/contents/docs/protocol.md) and contains an ## ILP Address Hierarchy heading
  • pnpm -r build — passes
  • pnpm -r test — 361 tests passed (140 relay + 221 bls)
  • pnpm lint — 0 errors (54 pre-existing warnings, unrelated to this change)

No deviation from the Agent Assessment plan (used option 1: link to toon-meta).

🤖 Generated with Claude Code

packages/bls/README.md linked to a local docs/protocol.md that doesn't
exist in this repo. Point it at the doc's actual home in toon-meta.

Closes #43

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@ALLiDoizCode ALLiDoizCode left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reviewed diff + description against issue #43. Confirmed: (1) no top-level docs/ dir in this repo so the old relative link was indeed broken, (2) the new link target (toon-protocol/toon-meta docs/protocol.md, #ilp-address-hierarchy anchor) exists and matches GitHub's anchor-slug convention, (3) no other README references the old dead path, (4) changeset has empty frontmatter consistent with other docs-only changesets in this repo (no version bump), (5) PR title/body accurately describe the diff. No blocking issues.

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.

docs: broken relative link to docs/protocol.md in packages/bls/README.md

1 participant