summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api
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/reflect/scala/reflect/api
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/reflect/scala/reflect/api')
-rw-r--r--src/reflect/scala/reflect/api/Constants.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/api/Constants.scala b/src/reflect/scala/reflect/api/Constants.scala
index fbcf7f3e4f..4cc2cb86b2 100644
--- a/src/reflect/scala/reflect/api/Constants.scala
+++ b/src/reflect/scala/reflect/api/Constants.scala
@@ -95,7 +95,7 @@ trait Constants {
* broken down or evaluated, such as "true", "0", "classOf[List]". Such values become parts of the Scala abstract
* syntax tree representing the program. The constants
* correspond to section 6.24 "Constant Expressions" of the
- * [[http://www.scala-lang.org/docu/files/ScalaReference.pdf Scala language specification]].
+ * [[http://www.scala-lang.org/files/archive/spec/2.11/ Scala Language Specification]].
*
* Such constants are used to represent literals in abstract syntax trees (the [[scala.reflect.api.Trees#Literal]] node)
* and literal arguments for Java class file annotations (the [[scala.reflect.api.Annotations#LiteralArgument]] class).