diff --git a/scripts/check_links/markdown.sh b/scripts/check_links/markdown.sh index 56d6f7f50..031a8045f 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 \