summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api
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/reflect/scala/reflect/api
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/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 e73c5ffa91..c942d759ce 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).