summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-09-07 10:21:52 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-09-07 10:21:52 +0000
commit02783a47437e7e7e415b6c1e8ee366004421d785 (patch)
tree39161492eaebd55823607f4431713b1fe073864d /src
parent4dcc11418333491b4cb2ed8429e723c42034699d (diff)
downloadscala-02783a47437e7e7e415b6c1e8ee366004421d785.tar.gz
scala-02783a47437e7e7e415b6c1e8ee366004421d785.tar.bz2
scala-02783a47437e7e7e415b6c1e8ee366004421d785.zip
Updated link to collections API guide.
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/collection/package.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/collection/package.scala b/src/library/scala/collection/package.scala
index c0e3c14647..19d65b73e2 100644
--- a/src/library/scala/collection/package.scala
+++ b/src/library/scala/collection/package.scala
@@ -6,7 +6,7 @@ package scala
* == Guide ==
*
* A detailed guide for the collections library is avaialble
- * at [[http://lampwww.epfl.ch/~odersky/whatsnew/collections-api/collections.html]].
+ * at [[http://www.scala-lang.org/docu/files/collections-api]].
*
* == Using Collections ==
*
@@ -59,7 +59,7 @@ package scala
* Also note that the collections library was carefully designed to include several implementations of
* each of the three basic collection types. These implementations have specific performance
* characteristics which are described
- * in [[http://lampwww.epfl.ch/~odersky/whatsnew/collections-api/collections.html the guide]].
+ * in [[http://www.scala-lang.org/docu/files/collections-api the guide]].
*
* === Converting between Java Collections ===
*