Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit aecd309

Browse files
committed
Fix review comments at r4
1 parent 4826d86 commit aecd309

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ The following opt-in flags are available:
302302
The test validates the links in markdown files. Any valid GitHub markdown link
303303
will pass the linter.
304304

305-
>**NOTE!** There are currently a bug in the markdown link linter that makes it
306-
>unable to recognized absolute paths where the absolute link starts in a parent
305+
>**NOTE!** There is currently a bug in the markdown link linter that makes it
306+
>unable to recognize absolute paths where the absolute link starts in a parent
307307
>folder.
308-
>For example, if having a markdown file in `/Examples/README.md`,
309-
>and that file contain an absolute link pointing to `/Examples/Resources/SqlAG`,
308+
>For example, if a markdown file `/Examples/README.md`,
309+
>contains an absolute link pointing to `/Examples/Resources/SqlAG`,
310310
>that link will fail the test. Changing the link to a relative link from the
311311
>README.md file's folder, e.g `Resources/SqlAG` will pass the test.
312312
>See issue [vors/MarkdownLinkCheck#5](https://github.com/vors/MarkdownLinkCheck/issues/5).

0 commit comments

Comments
 (0)