From 8736ea4d666d2c574a6b9eb77485852e846b17d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 23 Mar 2024 22:17:13 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Pin=20`markdown-link-check`'s=20ver?= =?UTF-8?q?sion=20to=20`v3.11.2`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/tcort/markdown-link-check/issues/304 --- scripts/check_links/markdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_links/markdown.sh b/scripts/check_links/markdown.sh index 92ad0d1d5..de91a645b 100755 --- a/scripts/check_links/markdown.sh +++ b/scripts/check_links/markdown.sh @@ -12,7 +12,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/../.." \ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - check_links() ( - npx markdown-link-check@^3 \ + npx markdown-link-check@3.11.2 \ --config ./scripts/check_links/markdown_configs.json \ --quiet \ --retry \