Skip to content

Commit

Permalink
readme: fix proptest doc link
Browse files Browse the repository at this point in the history
PR #223
  • Loading branch information
legokichi authored and BurntSushi committed Jan 5, 2019
1 parent 212d132 commit f9beaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 138,7 @@ Crate features:
The [`proptest`](https://docs.rs/proptest) crate is inspired by the
[Hypothesis](http://hypothesis.works) framework for Python.
You can read a comparison between `proptest` and `quickcheck`
[here](https://docs.rs/proptest/*/proptest/#differences-between-quickcheck-and-proptest)
[here](https://github.com/AltSysrq/proptest/blob/master/README.md#differences-between-quickcheck-and-proptest)
and
[here](https://github.com/AltSysrq/proptest/issues/15#issuecomment-348382287).
In particular, `proptest` improves on the concept of shrinking. So if you've
Expand Down

0 comments on commit f9beaa2

Please sign in to comment.