From e59552d25a5debd22c3589188eb251fd0467e916 Mon Sep 17 00:00:00 2001 From: Zhong Dai <4401438+zhongdai@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:54:09 +1100 Subject: [PATCH] Fixed the dead links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b0dad..103f536 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Main differences to ScalaCheck: * It is Go ... duh * ... nevertheless: Do not expect the same typesafety and elegance as in ScalaCheck. -* For simplicity [Shrink](https://www.scalacheck.org/files/scalacheck_2.11-1.14.0-api/index.html#org.scalacheck.Shrink) has become part of the generators. They can still be easily changed if necessary. -* There is no [Pretty](https://www.scalacheck.org/files/scalacheck_2.11-1.14.0-api/index.html#org.scalacheck.util.Pretty) ... so far gopter feels quite comfortable being ugly. +* For simplicity [Shrink](https://javadoc.io/doc/org.scalacheck/scalacheck_2.11/1.14.1/index.html#org.scalacheck.Shrink) has become part of the generators. They can still be easily changed if necessary. +* There is no [Pretty](https://javadoc.io/doc/org.scalacheck/scalacheck_2.11/1.14.1/index.html#org.scalacheck.util.Pretty) ... so far gopter feels quite comfortable being ugly. * A generator for regex matches * No parallel commands ... yet?