summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/List.scala
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2012-03-29 18:22:18 +0200
committerHeather Miller <heather.miller@epfl.ch>2012-03-29 18:22:18 +0200
commit794104f74d7a91bd36a6bdf8e05d1f96dac8240a (patch)
tree39f0469b4534f7f150ab44449cea4ae929444c46 /src/library/scala/collection/immutable/List.scala
parent622cc9967376d6cef57c7478587e20d6afe9503f (diff)
downloadscala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.tar.gz
scala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.tar.bz2
scala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.zip
Adds links to parallel collections overview in API docs
Now that there's an extensive parallel collections overview on http://docs.scala-lang.org, API comments should link to it ("see also" field). This commit also fixes a couple of broken links on some sequential collection types.
Diffstat (limited to 'src/library/scala/collection/immutable/List.scala')
-rw-r--r--src/library/scala/collection/immutable/List.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/immutable/List.scala b/src/library/scala/collection/immutable/List.scala
index 870c179b2d..1b75c10113 100644
--- a/src/library/scala/collection/immutable/List.scala
+++ b/src/library/scala/collection/immutable/List.scala
@@ -58,7 +58,7 @@ import java.io._
* @author Martin Odersky and others
* @version 2.8
* @since 1.0
- * @see [["http://docs.scala-lang.org/overviews/collections/concrete-immutable-collection-classes.html#lists" "Scala's Collection Library overview"]]
+ * @see [[http://docs.scala-lang.org/overviews/collections/concrete-immutable-collection-classes.html#lists "Scala's Collection Library overview"]]
* section on `Lists` for more information.
*
* @define coll list