docs: fix broken relative link to docs/protocol.md in bls README#45
Open
toon-backlog-bot[bot] wants to merge 1 commit into
Open
docs: fix broken relative link to docs/protocol.md in bls README#45toon-backlog-bot[bot] wants to merge 1 commit into
toon-backlog-bot[bot] wants to merge 1 commit into
Conversation
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
approved these changes
Jul 1, 2026
ALLiDoizCode
left a comment
Contributor
There was a problem hiding this comment.
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.
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.
Summary
packages/bls/README.mdlinked to../../docs/protocol.md, a local path that doesn't exist in this repo (this repo has no top-leveldocs/)toon-protocol/toon-meta, verified the target file and## ILP Address Hierarchyheading both exist thereCloses #43
Verification
grep -rn "docs/protocol.md" --include="*.md" .— only match is the fixed line, no remaining relative-path (../../docs/protocol.md) referencesdocs/protocol.mdexists intoon-protocol/toon-meta(gh api repos/toon-protocol/toon-meta/contents/docs/protocol.md) and contains an## ILP Address Hierarchyheadingpnpm -r build— passespnpm -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