diff --git a/docs/source/syntax/links.md b/docs/source/syntax/links.md index 77947516..71ab1a9f 100644 --- a/docs/source/syntax/links.md +++ b/docs/source/syntax/links.md @@ -7,16 +7,16 @@ A link contains link text (the visible text) and a link destination (the URI tha ## Inline link ``` -[Link title](links.html) +[Link title](links.md) ``` -[Link title](links.html) +[Link title](links.md) ``` -[**Hi**, _I'm md_](links.html) +[**Hi**, _I'm md_](links.md) ``` -[**Hi**, _I'm md_](links.html) +[**Hi**, _I'm md_](links.md) ## Anchor link @@ -29,7 +29,7 @@ I link to the [Inline link](#inline-link) heading above. I link to the [Inline link](#inline-link) heading above. ``` -I link to the [Notes](tables.html#notes) heading on the [Tables](tables.html) page. +I link to the [Notes](tables.html#notes) heading on the [Tables](tables.md) page. ``` -I link to the [Notes](tables.html#notes) heading on the [Tables](tables.html) page. \ No newline at end of file +I link to the [Notes](tables.md#notes) heading on the [Tables](tables.md) page. \ No newline at end of file