summaryrefslogtreecommitdiff
path: root/13-user-defined-annotations.md
diff options
context:
space:
mode:
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:
```