diff --git a/source/conf.py b/source/conf.py
index 22b0e5e36..4516880ec 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -148,6 +148,8 @@
# Ignore while StackOverflow is blocking GitHub CI. Ref:
# https://github.com/pypa/packaging.python.org/pull/1474
r"https://stackoverflow\.com/.*",
+ # Cloudflare challenge blocks automated link checking.
+ r"https://clickpy\.clickhouse\.com/$",
r"https://pyscaffold\.org/.*",
r"https://anaconda\.org",
r"https://www\.cisa\.gov/sbom",
diff --git a/source/overview.rst b/source/overview.rst
index 70ef2d058..d7b3efdaf 100644
--- a/source/overview.rst
+++ b/source/overview.rst
@@ -279,7 +279,7 @@ A similar model involves installing an alternative Python
distribution, but does not support arbitrary operating system-level
packages:
-* `ActiveState ActivePython `_
+* `ActiveState ActivePython `_
* `WinPython `_
.. _bringing-your-own-python: