Skip to content

Commit

Permalink
docs: Fix broken link to Pika connection parameters (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva authored Feb 10, 2024
1 parent 07b8551 commit 68c6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dramatiq/brokers/rabbitmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class RabbitmqBroker(Broker):
**kwargs: The (pika) connection parameters to use to
determine which Rabbit server to connect to.
.. _ConnectionParameters: https://pika.readthedocs.io/en/0.12.0/modules/parameters.html
.. _ConnectionParameters: https://pika.readthedocs.io/en/stable/modules/parameters.html
"""

def __init__(self, *, confirm_delivery=False, url=None, middleware=None, max_priority=None, parameters=None, **kwargs):
Expand Down

0 comments on commit 68c6257

Please sign in to comment.