summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-09-07 10:23:39 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-09-07 10:23:39 +0000
commit29109fe0310fa15062b9020448d4573c84f94b75 (patch)
tree0a8d49252ec78badd56f79aae255f0a6530d39e0 /src/library
parentb6afe3dc0c983435b49c014a206e3fd2b2334d17 (diff)
downloadscala-29109fe0310fa15062b9020448d4573c84f94b75.tar.gz
scala-29109fe0310fa15062b9020448d4573c84f94b75.tar.bz2
scala-29109fe0310fa15062b9020448d4573c84f94b75.zip
Merged revisions 22942 via svnmerge from
https://lampsvn.epfl.ch/svn-repos/scala/scala/trunk ........ r22942 | cunei | 2010-09-07 12:21:52 +0200 (Tue, 07 Sep 2010) | 2 lines Updated link to collections API guide. ........
Diffstat (limited to 'src/library')
-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 ===
*