Skip to content

Commit 9b29705

Browse files
author
Matt Copas
committed
Fix link text
1 parent 72f8e01 commit 9b29705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/docs/tests/a/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is the index.md in the `a` folder. It appears on the path as with a tr
44

55
To link relatively to the folder `b` you should use, [b/](b/) or [b/index](b/index) the last has the advantage that is also works in the raw markdown. A full link is also valid [/tests/a/b/](/tests/a/b/) or [/tests/a/b/index](/tests/a/b/index) linking to headings is also supported [b/#link-test](b/#link-test) and [b/index#link-test](b/index#link-test).
66

7-
You can also link 'up' directories, for example: [../a](../a), [../a/mdTest](../../tests/mdTest), [../../tests/a/b#link-test](../../tests/a/b#link-test)
7+
You can also link 'up' directories, for example: [../a](../a), [../../tests/mdTest](../../tests/mdTest), [../../tests/a/b#link-test](../../tests/a/b#link-test)
88

99
We consider paths as case insensitive, so the following also work [B/](B/) or [B/Index](B/Index).
1010

0 commit comments

Comments
 (0)