summaryrefslogtreecommitdiff
path: root/13-user-defined-annotations.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 17:09:33 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 17:13:32 -0700
commite6ecfd0de12ecda56cc23f887c807c3ae096c82d (patch)
treefb9ef0529c5b92e552e28be711b5b2379e3a2230 /13-user-defined-annotations.md
parentd8a09e207cb207f185cae035247bdcc6d71cbfca (diff)
downloadscala-e6ecfd0de12ecda56cc23f887c807c3ae096c82d.tar.gz
scala-e6ecfd0de12ecda56cc23f887c807c3ae096c82d.tar.bz2
scala-e6ecfd0de12ecda56cc23f887c807c3ae096c82d.zip
That was fun: fix internal links.
After some dirty grepping, regexing and perling, I present to you: internal links! I wish there was a way to make this more robust, these will only work on the html version, and assume we don't change filenames...
Diffstat (limited to '13-user-defined-annotations.md')
-rw-r--r--13-user-defined-annotations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/13-user-defined-annotations.md b/13-user-defined-annotations.md
index e8c35fdba3..46d3f26bfc 100644
--- a/13-user-defined-annotations.md
+++ b/13-user-defined-annotations.md
@@ -114,7 +114,7 @@ Java platform, the following annotations have a standard meaning.
* `@uncheckedStable` \
When applied a value declaration or definition, it allows the defined
- value to appear in a path, even if its type is [volatile](#volatile-types).
+ value to appear in a path, even if its type is [volatile](05-types.html#volatile-types).
For instance, the following member definitions are legal:
```