diff --git a/CHANGELOG.md b/CHANGELOG.md index d42cf35c6..104cbecda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Malli is in well matured [alpha](README.md#alpha). ## UNRELEASED -* `:->` added to default registry, also to [documentation](docs/function-schemas.md#flat-arrow-function-schemas). -* New `:sequable` and `:every` schemas [#1041](https://github.com/metosin/malli/pull/1041), see [docs](README.md#seqable-schemas) +* `:->` added to default registry, also to [documentation](https://github.com/metosin/malli/blob/master/docs/function-schemas.md#flat-arrow-function-schemas). +* New `:sequable` and `:every` schemas [#1041](https://github.com/metosin/malli/pull/1041), see [docs](https://github.com/metosin/malli#seqable-schemas) * Fix OOM error with infinitely expanding schema [#1069](https://github.com/metosin/malli/pull/1069) * Correctly form prop-less schemas that have map/nil as first child [#1071](https://github.com/metosin/malli/pull/1071)