From feb3e99d1b2fa145bc8f53f9349e5e2f201f0581 Mon Sep 17 00:00:00 2001 From: Thomas Greco Date: Wed, 25 Dec 2024 01:18:47 -0500 Subject: [PATCH] docs(patterns): fixed broken link in README ### 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 --- packages/patterns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/patterns/README.md b/packages/patterns/README.md index 28db93d921..4d57c3be5c 100644 --- a/packages/patterns/README.md +++ b/packages/patterns/README.md @@ -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