Skip to content

Commit

Permalink
docs(patterns): fixed broken link in README
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.

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

N/A
  • Loading branch information
tgrecojs committed Dec 25, 2024
1 parent 59290f6 commit dd8d2b0
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 dd8d2b0

Please sign in to comment.