this:
```patch
diff --git a/docs/manual/src/conf.py b/docs/manual/src/conf.py
index b3b573bf..35a00b90 100644
--- a/docs/manual/src/conf.py
+++ b/docs/manual/src/conf.py
@@ -86,2 +86,2 @@ linkcheck_anchors_ignore_for_url = [
-    # React page with README content included as a JSON payload.
-    r"^https://github\.com/[^/]+/[^/]+/$",
+    # Heavy use of React and dynamic anchors.
+    r"^https://github\.com/",
```