[docs] Fixes typo in intersphinx url

This commit is contained in:
Ask Solem 2016-03-30 14:43:38 -07:00
parent bd5bf1c1c2
commit 76b19c63fb
1 changed files with 1 additions and 1 deletions

View File

@ -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),