aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/classWithCompanionObject.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.md')
-rw-r--r--core/testdata/format/classWithCompanionObject.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md
index 45684c0e..40f605be 100644
--- a/core/testdata/format/classWithCompanionObject.md
+++ b/core/testdata/format/classWithCompanionObject.md
@@ -1,4 +1,4 @@
-[test](test/index) / [Klass](test/-klass/index)
+[test](../index.md) / [Klass](./index.md)
# Klass
@@ -6,13 +6,13 @@
### Constructors
-| [<init>](test/-klass/-init-) | `Klass()` |
+| [<init>](-init-.md) | `Klass()` |
### Companion Object Properties
-| [x](test/-klass/x) | `val x: Int` |
+| [x](x.md) | `val x: Int` |
### Companion Object Functions
-| [foo](test/-klass/foo) | `fun foo(): Unit` |
+| [foo](foo.md) | `fun foo(): Unit` |