From bc060c7f9c22e075f506f7796dde1ea626e2b47a Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Tue, 30 May 2017 12:23:37 +0200 Subject: Fixed broken link to AMQP documentation (#743) --- kombu/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kombu/entity.py') diff --git a/kombu/entity.py b/kombu/entity.py index 267c19f1..73697487 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -98,7 +98,7 @@ class Exchange(MaybeChannelBound): .. _`AMQP in 10 minutes: Part 4`: - http://bit.ly/amqp-exchange-types + https://bit.ly/2rcICv5 channel (ChannelT): The channel the exchange is bound to (if bound). -- cgit v1.2.1