mirror of https://github.com/celery/kombu.git
[docs] Fixes typo in intersphinx url
This commit is contained in:
parent
bd5bf1c1c2
commit
76b19c63fb
|
@ -88,7 +88,7 @@ html_sidebars = {
|
|||
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://docs.python.org/dev', None),
|
||||
'celery': ('http://docs.celeryproject.org/en/lataest', None),
|
||||
'celery': ('http://docs.celeryproject.org/en/latest', None),
|
||||
'djcelery': ('http://django-celery.readthedocs.org/en/latest', None),
|
||||
'cyme': ('http://cyme.readthedocs.org/en/latest', None),
|
||||
'amqp': ('http://amqp.readthedocs.org/en/latest', None),
|
||||
|
|
Loading…
Reference in New Issue