diff --git a/README.md b/README.md index d628520..56f42c8 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ All assertions in Skeletest use the following functions: `shouldSatisfy` is the most general function, but the others are provided for convenience. `shouldSatisfy` takes in the value being tested on the left, and a predicate on the right. Predicates should be imported from `Skeletest.Predicate`, qualified as `P`. -Some notable predicates are listed here. See the [Haddocks](https://hackage.haskell.org/package/aeson-schemas/docs/Skeletest-Predicate.html) for a full list of available predicates. +Some notable predicates are listed here. See the [Haddocks](https://hackage.haskell.org/package/skeletest/docs/Skeletest-Predicate.html) for a full list of available predicates. * `P.eq 10` * Satisfied when the actual value is equal to `10`.