From ea45eba9adc12989b744d9446d5d8379816442ab Mon Sep 17 00:00:00 2001 From: Daniel Hinojosa Date: Tue, 17 Mar 2026 16:13:30 -0600 Subject: [PATCH] Added "manually" the link to the correct latest API documentation in the documentation page. NOTE: I did force the link to a specific page and not take into account the parameters `$scalaVer$` and `$currentVer$` defeating the purpose of a unifying build that interpolates those variables making the documentation page reusable with new version. The solution would be to fix _scalacheck.nix_ and _scalacheck-web.nix_ to include scala 2.13. --- src/documentation.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/documentation.markdown b/src/documentation.markdown index acf23712e..344f54892 100644 --- a/src/documentation.markdown +++ b/src/documentation.markdown @@ -15,7 +15,7 @@ request](\$repoUrl\$/pulls)!). ## API Documentation The API documentation for the latest ScalaCheck release is available both -[online](https://javadoc.io/doc/org.scalacheck/scalacheck_\$scalaVer\$/\$currentVer$/org/scalacheck/index.html) and packaged for [download](/download.html#api). +[online](https://javadoc.io/doc/org.scalacheck/scalacheck_2.13/latest/index.html) and packaged for [download](/download.html#api). You can find documentation for other ScalaCheck releases [here](/releases.html). @@ -35,6 +35,8 @@ You can find documentation for other ScalaCheck releases ## Other resources +* [ScalaCheck on GitHub](https://github.com/typelevel/scalacheck) +* [ScalaCheck on Discord](https://discord.com/channels/632277896739946517/841617753513263144) * [\@scalacheck on Twitter](https://twitter.com/scalacheck) * [The ScalaCheck Mailing List](https://groups.google.com/forum/#!forum/scalacheck) * [ScalaCheck on StackOverflow](http://stackoverflow.com/questions/tagged/scalacheck)