aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linksInEmphasis.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/linksInEmphasis.md
parent3683c18f3ca302d7afb8f5076290c6bd44f91ce5 (diff)
downloaddokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.gz
dokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.bz2
dokka-955a4f706c54a271473424c817daaeb02bea5cc5.zip
Update testData
Diffstat (limited to 'core/testdata/format/linksInEmphasis.md')
-rw-r--r--core/testdata/format/linksInEmphasis.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/testdata/format/linksInEmphasis.md b/core/testdata/format/linksInEmphasis.md
index 9441ef6a..d0ae70c8 100644
--- a/core/testdata/format/linksInEmphasis.md
+++ b/core/testdata/format/linksInEmphasis.md
@@ -1,4 +1,4 @@
-[test](test/index) / [Bar](test/-bar/index)
+[test](../index.md) / [Bar](./index.md)
# Bar
@@ -6,18 +6,18 @@
An emphasised class.
-*This class [Bar](test/-bar/index) is awesome.*
+*This class [Bar](./index.md) is awesome.*
-*Even more awesomer is the function [Bar.foo](test/-bar/foo)*
+*Even more awesomer is the function [Bar.foo](foo.md)*
-*[Bar.hello](test/-bar/hello) is also OK*
+*[Bar.hello](hello.md) is also OK*
### Constructors
-| [&lt;init&gt;](test/-bar/-init-) | `Bar()`<br>An emphasised class. |
+| [&lt;init&gt;](-init-.md) | `Bar()`<br>An emphasised class. |
### Functions
-| [foo](test/-bar/foo) | `fun foo(): Unit` |
-| [hello](test/-bar/hello) | `fun hello(): Unit` |
+| [foo](foo.md) | `fun foo(): Unit` |
+| [hello](hello.md) | `fun hello(): Unit` |