Skip to content

Commit

Permalink
chore: add more detailed header
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Nov 5, 2024
1 parent af101d2 commit b31e027
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion script/make_utils/check_links_with_agent.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b31e027

Please sign in to comment.