From bb24d27ff95957b6ae1ee219facb4b2a1c3c12a1 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Fri, 9 Dec 2022 08:20:14 +0000 Subject: [PATCH 1/2] Clarify in docs what is checked --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f856ad4..31338c9 100644 --- a/readme.md +++ b/readme.md @@ -149,7 +149,7 @@ Check that markdown links and images point to existing local files and headings in a Git repo. > ⚠️ **Important**: The API in Node.js checks links to headings and files but -> whether headings in other files exist. +> doesn't check whether headings in other files exist. > The API in browsers only checks links to headings in the same file. > The CLI can check everything. From f69d5b501683d3f83c931ba4fcb2c91496e20f28 Mon Sep 17 00:00:00 2001 From: Titus Date: Mon, 26 Dec 2022 09:51:22 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 31338c9..5dbe497 100644 --- a/readme.md +++ b/readme.md @@ -149,7 +149,7 @@ Check that markdown links and images point to existing local files and headings in a Git repo. > ⚠️ **Important**: The API in Node.js checks links to headings and files but -> doesn't check whether headings in other files exist. +> does not check whether headings in other files exist. > The API in browsers only checks links to headings in the same file. > The CLI can check everything.