diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 15:47:06 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 15:47:06 +0300 |
commit | 3278122d5fd72efc03bd8339865c7d3c19582e8d (patch) | |
tree | 241cc9898798cce43257041691dfe26c6c4565ba /core/testdata/format/linksInEmphasis.md | |
parent | 0a09b1bffb45eceb3f53296207b8b03715cc345b (diff) | |
parent | ec3d364e49268f1dfbc7619245ec36a49e780169 (diff) | |
download | dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.tar.gz dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.tar.bz2 dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.zip |
Merge branch 'refactoring-layout-service' into dev
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` | |