summaryrefslogtreecommitdiff
path: root/kombu/entity.py
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2017-05-30 12:23:37 +0200
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2017-05-30 16:23:37 +0600
commitbc060c7f9c22e075f506f7796dde1ea626e2b47a (patch)
treea0e3fe0fbc8c8206574c7e08dd641e45e237e37a /kombu/entity.py
parentbe79b3d4cdbfe80cc5400396d7d81abeb73d0136 (diff)
downloadkombu-bc060c7f9c22e075f506f7796dde1ea626e2b47a.tar.gz
Fixed broken link to AMQP documentation (#743)
Diffstat (limited to 'kombu/entity.py')
-rw-r--r--kombu/entity.py2
1 files changed, 1 insertions, 1 deletions
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).