Open
Conversation
dckc
approved these changes
Mar 23, 2026
Member
dckc
left a comment
There was a problem hiding this comment.
There are various tools to find broken links, but I'm not aware of any that are particularly well established.
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.
closes: #XXXX
refs: https://github.com/Agoric/agoric-sdk/blob/master/docs/env.md#endo_delivery_breakpoints https://github.com/endojs/endo/blob/master/packages/pass-style/test/_prepare-breakpoints.js
Description
At some point in the distant past we renamed a bunch of
test/prepare-*.jsfiles totest/_prepare-*.js. (Also other local test helper files.) However https://github.com/Agoric/agoric-sdk/blob/master/docs/env.md#endo_delivery_breakpoints still linked to https://github.com/endojs/endo/blob/master/packages/pass-style/test/prepare-breakpoints.js which 404ed. However, there are so many files following the old convention that it would be harder for this PR to do anything more comprehensive.So this PR just corrects that one link to
https://github.com/endojs/endo/blob/master/packages/pass-style/test/_prepare-breakpoints.js
(Why are we still finding 404s one at a time? Aren't there well established tools that will do that in bulk?)
Security Considerations
no
Scaling Considerations
no
Documentation Considerations
the point. Fixes a broken link in documentation.
Testing Considerations
none
Upgrade Considerations
none