summaryrefslogtreecommitdiff
path: root/src/library/scala/Array.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
commit95fe641e4598c1170f6c3d19874330d035656281 (patch)
tree2728a714740ad440aaf96b4d9867d8bb9b55d9c6 /src/library/scala/Array.scala
parentcac6383e6658dc5956540b76b9b46c3b664774ac (diff)
downloadscala-95fe641e4598c1170f6c3d19874330d035656281.tar.gz
scala-95fe641e4598c1170f6c3d19874330d035656281.tar.bz2
scala-95fe641e4598c1170f6c3d19874330d035656281.zip
Remove references to the old PDF version of the specification
Diffstat (limited to 'src/library/scala/Array.scala')
-rw-r--r--src/library/scala/Array.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Array.scala b/src/library/scala/Array.scala
index 6ab82d998e..d89e9d291d 100644
--- a/src/library/scala/Array.scala
+++ b/src/library/scala/Array.scala
@@ -483,7 +483,7 @@ object Array extends FallbackArrayBuilding {
*
* @author Martin Odersky
* @version 1.0
- * @see [[http://www.scala-lang.org/docu/files/ScalaReference.pdf Scala Language Specification]], for in-depth information on the transformations the Scala compiler makes on Arrays (Sections 6.6 and 6.15 respectively.)
+ * @see [[http://www.scala-lang.org/files/archive/spec/2.11/ Scala Language Specification]], for in-depth information on the transformations the Scala compiler makes on Arrays (Sections 6.6 and 6.15 respectively.)
* @see [[http://docs.scala-lang.org/sips/completed/scala-2-8-arrays.html "Scala 2.8 Arrays"]] the Scala Improvement Document detailing arrays since Scala 2.8.
* @see [[http://docs.scala-lang.org/overviews/collections/arrays.html "The Scala 2.8 Collections' API"]] section on `Array` by Martin Odersky for more information.
* @define coll array