diff --git a/script/make_utils/check_links_with_agent.py b/script/make_utils/check_links_with_agent.py index 4d46b9d91..28af20c32 100644 --- a/script/make_utils/check_links_with_agent.py +++ b/script/make_utils/check_links_with_agent.py @@ -1,4 +1,9 @@ -"""Check external web links.""" +""" +Check external web links. + +Note: We avoid using `poetry run python -m linkcheckmd README.md` because +some servers restrict access when they detect requests from chatbots. +""" import argparse import re