Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 1b84e26

Browse files
author
Adam Chainz
committed
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing 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.
1 parent f06185a commit 1b84e26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
intersphinx_mapping = {
9494
'http://docs.python.org/2.7': None,
9595
'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
96-
'http://raven.readthedocs.org/en/latest': None
96+
'https://raven.readthedocs.io/en/latest': None
9797
}
9898

9999

docs/integrations/django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Circus
343343
~~~~~~
344344

345345
If you are running Django with `circus <http://circus.rtfd.org/>`_ and
346-
`chaussette <http://chaussette.readthedocs.org/>`_ you will also need
346+
`chaussette <https://chaussette.readthedocs.io/>`_ you will also need
347347
to add a hook to circus to activate Raven::
348348

349349
from django.conf import settings

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
full out-of-the-box support for many of the popular frameworks, including
88
`Django <djangoproject.com>`_, `Flask <http://flask.pocoo.org/>`_, and `Pylons
99
<http://www.pylonsproject.org/>`_. Raven also includes drop-in support for any
10-
`WSGI <http://wsgi.readthedocs.org/>`_-compatible web application.
10+
`WSGI <https://wsgi.readthedocs.io/>`_-compatible web application.
1111
"""
1212

1313
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error

0 commit comments

Comments
 (0)