diff --git a/test/markdown/basic-blockquotes.md b/test/markdown/basic-blockquotes.md index f2086309..56ecd595 100644 --- a/test/markdown/basic-blockquotes.md +++ b/test/markdown/basic-blockquotes.md @@ -213,5 +213,5 @@ Blockquotes can contain a mix of different content types. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-blockquotes.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-blockquotes.md) diff --git a/test/markdown/basic-code.md b/test/markdown/basic-code.md index 6367cc2a..da5d61e3 100644 --- a/test/markdown/basic-code.md +++ b/test/markdown/basic-code.md @@ -306,5 +306,5 @@ This code block is not closed properly --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-code.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-code.md) diff --git a/test/markdown/basic-emphasis.md b/test/markdown/basic-emphasis.md index 18c1fef9..57bf50da 100644 --- a/test/markdown/basic-emphasis.md +++ b/test/markdown/basic-emphasis.md @@ -190,5 +190,5 @@ You cannot nest emphasis of the same type, but you can combine different types. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-emphasis.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-emphasis.md) diff --git a/test/markdown/basic-escaping.md b/test/markdown/basic-escaping.md index ae4873ab..960b3d2e 100644 --- a/test/markdown/basic-escaping.md +++ b/test/markdown/basic-escaping.md @@ -215,5 +215,5 @@ Here's how to escape an underscore: \_ --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-escaping.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-escaping.md) diff --git a/test/markdown/basic-headings.md b/test/markdown/basic-headings.md index 5db35e33..0b43b901 100644 --- a/test/markdown/basic-headings.md +++ b/test/markdown/basic-headings.md @@ -136,5 +136,5 @@ Multiple headings of the same or different levels can appear consecutively. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-headings.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-headings.md) diff --git a/test/markdown/basic-horizontal-rules.md b/test/markdown/basic-horizontal-rules.md index 5fde2583..4c48ba15 100644 --- a/test/markdown/basic-horizontal-rules.md +++ b/test/markdown/basic-horizontal-rules.md @@ -190,5 +190,5 @@ Paragraph text. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-horizontal-rules.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-horizontal-rules.md) diff --git a/test/markdown/basic-links-and-images.md b/test/markdown/basic-links-and-images.md index 7a063728..a676dff4 100644 --- a/test/markdown/basic-links-and-images.md +++ b/test/markdown/basic-links-and-images.md @@ -213,5 +213,5 @@ Encode opening parenthesis as `%28` and closing parenthesis as `%29`. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-links-and-images.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-links-and-images.md) diff --git a/test/markdown/basic-lists.md b/test/markdown/basic-lists.md index 28264c82..9ce4911d 100644 --- a/test/markdown/basic-lists.md +++ b/test/markdown/basic-lists.md @@ -245,5 +245,5 @@ This tests how lists handle a larger number of items. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-lists.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-lists.md) diff --git a/test/markdown/basic-paragraphs-line-breaks.md b/test/markdown/basic-paragraphs-line-breaks.md index 744c6f00..0f512fa7 100644 --- a/test/markdown/basic-paragraphs-line-breaks.md +++ b/test/markdown/basic-paragraphs-line-breaks.md @@ -152,5 +152,5 @@ A. --- -**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown) +**Source:** [basic-paragraphs-line-breaks.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-paragraphs-line-breaks.md)