From c24bb722d9bfe7869c277ad01087bdaf5f40052b Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sun, 1 Dec 2024 16:26:29 +0100 Subject: [PATCH] Docs: Update link for `aio-pika` inventory --- docs/source/conf.py | 2 +- docs/source/performance.rst | 2 +- docs/source/pika-comparison.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 134cb49..7f33d4b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3.8', None), - 'aio_pika': ('https://aio-pika.readthedocs.io/en/latest/', None) + 'aio_pika': ('https://docs.aio-pika.com/', None) } # Add any paths that contain templates here, relative to this directory. diff --git a/docs/source/performance.rst b/docs/source/performance.rst index bf46416..ad112fd 100644 --- a/docs/source/performance.rst +++ b/docs/source/performance.rst @@ -1,5 +1,5 @@ .. _pika: https://pika.readthedocs.io/en/stable/ -.. _aio-pika: https://pika.readthedocs.io/en/stable/ +.. _aio-pika: https://docs.aio-pika.com/ .. _msgpack: https://github.com/msgpack/msgpack-python diff --git a/docs/source/pika-comparison.rst b/docs/source/pika-comparison.rst index 386c7fc..9b27608 100644 --- a/docs/source/pika-comparison.rst +++ b/docs/source/pika-comparison.rst @@ -4,7 +4,7 @@ .. _work queues: https://www.rabbitmq.com/tutorials/tutorial-two-python.html .. _topics: https://www.rabbitmq.com/tutorials/tutorial-five-python.html .. _RPC: https://www.rabbitmq.com/tutorials/tutorial-six-python.html -.. _aio-pika: https://aio-pika.readthedocs.io/en/latest/index.html +.. _aio-pika: https://docs.aio-pika.com/index.html Coming from Pika ================