Skip to content

Commit 0953edc

Browse files
committed
AMQP: Fix link checker on amqp.org -- it went south today ;]
1 parent e837134 commit 0953edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
r"https://kubernetes.io/",
6262
# Connection to renenyffenegger.ch timed out.
6363
r"https://renenyffenegger.ch",
64+
# Failed to establish a new connection: [Errno 111] Connection refused
65+
r"https://www.amqp.org/",
6466
]
6567

6668
linkcheck_anchors_ignore_for_url += [

0 commit comments

Comments
 (0)