aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/referenceLink.md
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-12-05 18:17:52 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-12-05 18:17:52 +0300
commit955a4f706c54a271473424c817daaeb02bea5cc5 (patch)
tree4643356130008719d6da239adea3a8537aebd808 /core/testdata/format/referenceLink.md
parent3683c18f3ca302d7afb8f5076290c6bd44f91ce5 (diff)
downloaddokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.gz
dokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.bz2
dokka-955a4f706c54a271473424c817daaeb02bea5cc5.zip
Update testData
Diffstat (limited to 'core/testdata/format/referenceLink.md')
-rw-r--r--core/testdata/format/referenceLink.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/testdata/format/referenceLink.md b/core/testdata/format/referenceLink.md
index b3d89e0d..ee910cbf 100644
--- a/core/testdata/format/referenceLink.md
+++ b/core/testdata/format/referenceLink.md
@@ -1,14 +1,16 @@
-[test](test/index) / [example](test/example/index) / [a](test/example/a)
+<!-- File: test/example/a.md -->
+[test](../index.md) / [example](index.md) / [a](./a.md)
# a
`fun a(): Unit`
-It is link to [example other func](test/example/some-other-func)
+It is link to [example other func](some-other-func.md)
-Sure, it is [example](test/example/some-other-func)
+Sure, it is [example](some-other-func.md)
-[test](test/index) / [example](test/example/index) / [someOtherFunc](test/example/some-other-func)
+<!-- File: test/example/some-other-func.md -->
+[test](../index.md) / [example](index.md) / [someOtherFunc](./some-other-func.md)
# someOtherFunc