Skip to content

Commit 4f915c9

Browse files
authored
Merge pull request #141 from SethTisue/add-doc-links
add links to documentation
2 parents d7d3aad + 9f7193e commit 4f915c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ used to be part of the Scala standard library (in Scala 2.10 through 2.12).
77
For Scala 2.13 and Scala 3, this module is a separate JAR that can be
88
omitted from projects that do not use parallel collections.
99

10+
## Documentation
11+
12+
* https://docs.scala-lang.org/overviews/parallel-collections/overview.html
13+
* https://javadoc.io/doc/org.scala-lang.modules/scala-parallel-collections_2.13
14+
1015
## Maintenance status
1116

1217
This module is community-maintained, under the guidance of the Scala team at Lightbend. If you are
@@ -30,10 +35,6 @@ import scala.collection.parallel.CollectionConverters._
3035

3136
will enable use of the `.par` method as in earlier Scala versions.
3237

33-
### Scaladoc
34-
35-
Here is the [full Scaladoc](https://static.javadoc.io/org.scala-lang.modules/scala-parallel-collections_2.13/1.0.0-RC1/scala/collection/index.html).
36-
3738
### Cross-building: dependency
3839

3940
This module is published only for the Scala 2.13 and 3.0 series, so in a

0 commit comments

Comments
 (0)