aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/annotations.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/annotations.md')
-rw-r--r--core/testdata/format/annotations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/testdata/format/annotations.md b/core/testdata/format/annotations.md
index cc27d5af..2e1604d0 100644
--- a/core/testdata/format/annotations.md
+++ b/core/testdata/format/annotations.md
@@ -1,4 +1,4 @@
-[test](test/index) / [Foo](test/-foo/index)
+[test](../index.md) / [Foo](./index.md)
# Foo
@@ -6,13 +6,13 @@
### Constructors
-| [<init>](test/-foo/-init-) | `Foo()` |
+| [<init>](-init-.md) | `Foo()` |
### Properties
-| [x](test/-foo/x) | `val x: Int` |
+| [x](x.md) | `val x: Int` |
### Functions
-| [bar](test/-foo/bar) | `fun bar(notInlined: () -> Unit): Unit` |
+| [bar](bar.md) | `fun bar(notInlined: () -> Unit): Unit` |