Skip to content

Commit

Permalink
Convert readthedocs link for their .org -> .io migration for hosted p…
Browse files Browse the repository at this point in the history
…rojects

As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
  • Loading branch information
Adam Chainz committed May 29, 2016
1 parent f31f7e7 commit e0ae046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
html_show_sphinx = False
intersphinx_mapping = {
"http://docs.python.org/dev": None,
"http://kombu.readthedocs.org/en/latest/": None,
"http://django-celery.readthedocs.org/en/latest": None,
"https://kombu.readthedocs.io/en/latest/": None,
"https://django-celery.readthedocs.io/en/latest": None,
}

html_theme = "celery"
Expand Down

0 comments on commit e0ae046

Please sign in to comment.