Skip to content

Commit f934d69

Browse files
committed
DX-1846: Fix links
1 parent 349fad2 commit f934d69

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
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

0 commit comments

Comments
 (0)