summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
commitf635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1 (patch)
treed4f5f115c71b5d3792a30591714afd6e3177ec82 /src/library
parent05672fe9cb37aff0c80c21d4524772d4251be9c6 (diff)
parent95fe641e4598c1170f6c3d19874330d035656281 (diff)
downloadscala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.gz
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.bz2
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.zip
Merge pull request #4475 from smarter/fix/old-spec-links
Remove references to the old PDF version of the specification
Diffstat (limited to 'src/library')
-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