Skip to content

Commit

Permalink
docs(patterns): fixed broken link in README (#2669)
Browse files Browse the repository at this point in the history
### Description / Documentation Considerations

This commit addresses a broken link to the Endo API Documentation from
within the README. Instead of https://endojs.github.io/, users should be
sent to https://endojs.github.io/endo/, which is what this commit
addresses.

Ref: #2442 

## Security / Scaling / Testing / Compatibility / Upgrade Considerations

N/A
  • Loading branch information
kriskowal authored Dec 27, 2024
2 parents 79d1b33 + feb3e99 commit 655ed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See {@link PatternMatchers} for more on `M.splitRecord()`, `M.number()`, and oth

`M` also has {@link GuardMakers} methods to make {@link InterfaceGuard}s that use Patterns to characterize dynamic behavior such as method argument/response signatures and promise awaiting. The {@link @endo/exo!} package uses `InterfaceGuard`s as the first level of defense for Exo objects against malformed input.

_For best rendering, use the [Endo reference docs](https://endojs.github.io/) site._
_For best rendering, use the [Endo reference docs](https://endojs.github.io/endo) site._

## Key Equality, Containers

Expand Down

0 comments on commit 655ed44

Please sign in to comment.