From b31e02743d7dca6499867664790261694388edea Mon Sep 17 00:00:00 2001 From: kcelia Date: Tue, 5 Nov 2024 12:32:33 +0100 Subject: [PATCH] chore: add more detailed header --- script/make_utils/check_links_with_agent.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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