Skip to content

Commit

Permalink
Merge pull request celery#3228 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs link for their .org -> .io migration for hosted projects
  • Loading branch information
Omer Katz authored Jun 15, 2016
2 parents ad13b8f + 257d226 commit 68e8078
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ Messaging library.
:CI: http://travis-ci.org/#!/celery/kombu
:Windows-CI: https://ci.appveyor.com/project/ask/kombu
:PyPI: http://pypi.python.org/pypi/kombu
:docs: http://kombu.readthedocs.org
:docs: https://kombu.readthedocs.io

``amqp``
--------
Expand All @@ -940,7 +940,7 @@ Python AMQP 0.9.1 client.
:CI: http://travis-ci.org/#!/celery/py-amqp
:Windows-CI: https://ci.appveyor.com/project/ask/py-amqp
:PyPI: http://pypi.python.org/pypi/amqp
:docs: http://amqp.readthedocs.org
:docs: https://amqp.readthedocs.io

``vine``
--------
Expand All @@ -951,7 +951,7 @@ Promise/deferred implementation.
:CI: http://travis-ci.org/#!/celery/vine/
:Windows-CI: https://ci.appveyor.com/project/ask/vine
:PyPI: http://pypi.python.org/pypi/vine
:docs: http://vine.readthedocs.org
:docs: https://vine.readthedocs.io

``billiard``
------------
Expand Down Expand Up @@ -996,7 +996,7 @@ Distributed Celery Instance manager.

:git: https://github.com/celery/cyme
:PyPI: http://pypi.python.org/pypi/cyme
:docs: http://cyme.readthedocs.org/
:docs: https://cyme.readthedocs.io/


Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'celerydocs',
],
extra_intersphinx_mapping={
'cyanide': ('http://cyanide.readthedocs.org/en/latest', None),
'cyanide': ('https://cyanide.readthedocs.io/en/latest', None),
},
apicheck_ignore_modules=[
'celery.five',
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ Messaging library.
:CI: http://travis-ci.org/#!/celery/kombu
:Windows-CI: https://ci.appveyor.com/project/ask/kombu
:PyPI: http://pypi.python.org/pypi/kombu
:docs: http://kombu.readthedocs.org
:docs: https://kombu.readthedocs.io

``amqp``
--------
Expand All @@ -973,7 +973,7 @@ Python AMQP 0.9.1 client.
:CI: http://travis-ci.org/#!/celery/py-amqp
:Windows-CI: https://ci.appveyor.com/project/ask/py-amqp
:PyPI: http://pypi.python.org/pypi/amqp
:docs: http://amqp.readthedocs.org
:docs: https://amqp.readthedocs.io

``vine``
--------
Expand All @@ -984,7 +984,7 @@ Promise/deferred implementation.
:CI: http://travis-ci.org/#!/celery/vine/
:Windows-CI: https://ci.appveyor.com/project/ask/vine
:PyPI: http://pypi.python.org/pypi/vine
:docs: http://vine.readthedocs.org
:docs: https://vine.readthedocs.io

``billiard``
------------
Expand Down Expand Up @@ -1029,7 +1029,7 @@ Distributed Celery Instance manager.

:git: https://github.com/celery/cyme
:PyPI: http://pypi.python.org/pypi/cyme
:docs: http://cyme.readthedocs.org/
:docs: https://cyme.readthedocs.io/


Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Flower has many more features than are detailed here, including
authorization options. Check out the `official documentation`_ for more
information.

.. _official documentation: http://flower.readthedocs.org/en/latest/
.. _official documentation: https://flower.readthedocs.io/en/latest/


.. _monitoring-celeryev:
Expand Down

0 comments on commit 68e8078

Please sign in to comment.