From 2dff21c42bbbeb8d23e88d5ebef06e61f5621618 Mon Sep 17 00:00:00 2001 From: BR Date: Sun, 13 Jan 2019 21:26:57 +0100 Subject: [PATCH] Fixed kombu.me links (#988) --- docs/conf.py | 4 ++-- docs/includes/introduction.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a8070118..b5a6df48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,8 +8,8 @@ globals().update(conf.build_config( project='Kombu', version_dev='4.3', version_stable='4.2', - canonical_url='http://docs.kombu.me', - webdomain='kombu.me', + canonical_url='https://kombu.readthedocs.io/', + webdomain='kombu.readthedocs.io', github_project='celery/kombu', author='Ask Solem & contributors', author_name='Ask Solem', diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 60734d04..2ebb3113 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,5 +1,5 @@ :Version: 4.2.2 -:Web: http://kombu.me/ +:Web: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ :Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue