Skip to content

Commit 76f5404

Browse files
committed
DX-1846: Fix links
1 parent 3831363 commit 76f5404

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tests/full/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ Text can be **bold**, _italic_, or ~~strikethrough~~.
1010
* [Absolute URL to page]({{ page.url | absolute_url }}).
1111
* [Relative URL to CSS file]({{ "/test.css" | relative_url }}).
1212
* [External absolute full link](https://www.wikipedia.org)
13-
* [External protocol relative link](//www.wikipedia.org)
1413
* [Internal absolute full link]({{ site.url }})
15-
* [Internal explicit relative link](./page1)
16-
* [Internal implicit relative link](page1)
17-
* [Internal absolute link](/page1)
14+
* [Internal explicit relative link](./link)
15+
* [Internal implicit relative link](link)
16+
* [Internal absolute link](/link)
1817

1918
There should be whitespace between paragraphs.
2019

tests/full/link.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ description: For testing HTML
44
---
55

66
* This file is linked from [index][index].
7-
* [This is an absolute URL to this page][absolute].
87
* [And here's a relative URL to this page][relative]
98

109
[index]: /
11-
[absolute]: {{ page.url | absolute_url }}
1210
[relative]: {{ "/link" | relative_url }}

0 commit comments

Comments
 (0)