Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/documentation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -35,6 +35,8 @@ You can find documentation for other ScalaCheck releases

## Other resources

* [ScalaCheck on GitHub](https://github.com/typelevel/scalacheck)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we need to repeat the link to GitHub here, as there's the "Source" link in the header.

The link to Discord is totally makes sense 👍

* [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)
Expand Down