diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:17:52 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:17:52 +0300 |
commit | 955a4f706c54a271473424c817daaeb02bea5cc5 (patch) | |
tree | 4643356130008719d6da239adea3a8537aebd808 /core/testdata/format/linksInEmphasis.md | |
parent | 3683c18f3ca302d7afb8f5076290c6bd44f91ce5 (diff) | |
download | dokka-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.md | 14 |
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 -| [<init>](test/-bar/-init-) | `Bar()`<br>An emphasised class. | +| [<init>](-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` | |