diff options
Diffstat (limited to 'core/testdata/format/gfm')
| -rw-r--r-- | core/testdata/format/gfm/listInTableCell.md | 2 | ||||
| -rw-r--r-- | core/testdata/format/gfm/sample.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/testdata/format/gfm/listInTableCell.md b/core/testdata/format/gfm/listInTableCell.md index 359ad916..59fba5c4 100644 --- a/core/testdata/format/gfm/listInTableCell.md +++ b/core/testdata/format/gfm/listInTableCell.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md index 2b082296..a720881f 100644 --- a/core/testdata/format/gfm/sample.md +++ b/core/testdata/format/gfm/sample.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo |
