From 7cd9ef21f292488111df9090faaca5129d71a776 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 15 Jun 2016 21:35:02 +0100 Subject: [PATCH] Convert readthedocs links for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.rst | 6 +++--- docs/advanced.rst | 2 +- docs/conf.py | 2 +- docs/configuration.rst | 2 +- docs/index.rst | 2 +- docs/installation.rst | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 3376ee6..1edd5d8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-fluent-dashboard ======================= The ``fluent_dashboard`` module offers a custom admin dashboard, built on top of -django-admin-tools_ (`docs `_). +django-admin-tools_ (`docs `_). The django-admin-tools_ package provides a default mechanism to replace the standard Django admin homepage with a widget based dashboard. The ``fluent_dashboard`` module extends this, @@ -14,7 +14,7 @@ by providing additional widgets (called "modules") such as: * a "return to site" link. * an optional "cache statistics" module. -Documentation can be found at: http://django-fluent-dashboard.readthedocs.org/ +Documentation can be found at: https://django-fluent-dashboard.readthedocs.io/ Screenshot ========== @@ -194,7 +194,7 @@ please let us know as well because we will look into it. Pull requests are welcome too. :-) -.. _documentation: http://django-fluent-dashboard.readthedocs.org/ +.. _documentation: https://django-fluent-dashboard.readthedocs.io/ .. _dashboardmods: https://github.com/callowayproject/dashboardmods .. _django-admin-tools: https://github.com/django-admin-tools/django-admin-tools .. _django-admin-tools-stats: https://github.com/Star2Billing/django-admin-tools-stats diff --git a/docs/advanced.rst b/docs/advanced.rst index 7bd45aa..59c456a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -63,4 +63,4 @@ which are suitable for overwriting them: * :class:`~fluent_dashboard.modules.CacheStatusGroup`: the statistics of Memcache and Varnish. -.. _django-admin-tools: http://django-admin-tools.readthedocs.org/ +.. _django-admin-tools: https://django-admin-tools.readthedocs.io/ diff --git a/docs/conf.py b/docs/conf.py index 641c5fe..d79694f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -251,5 +251,5 @@ intersphinx_mapping = { 'http://docs.python.org/': None, 'https://docs.djangoproject.com/en/dev': 'https://docs.djangoproject.com/en/dev/_objects', - 'http://django-admin-tools.readthedocs.org/en/latest/': None, + 'https://django-admin-tools.readthedocs.io/en/latest/': None, } diff --git a/docs/configuration.rst b/docs/configuration.rst index 0e644fd..07e0fad 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -181,4 +181,4 @@ A dictionary of `modelname`: `ordering` items, to sort the models of CMS applica This can be used for example, to display the pages model first, and the files/images models next. -.. _django-admin-tools: http://django-admin-tools.readthedocs.org/ +.. _django-admin-tools: https://django-admin-tools.readthedocs.io/ diff --git a/docs/index.rst b/docs/index.rst index 22739de..c457285 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -68,4 +68,4 @@ Indices and tables * :ref:`modindex` * :ref:`search` -.. _django-admin-tools: http://django-admin-tools.readthedocs.org/ +.. _django-admin-tools: https://django-admin-tools.readthedocs.io/ diff --git a/docs/installation.rst b/docs/installation.rst index 2a71bda..7dcd0ca 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -47,4 +47,4 @@ Next: * The Memcache and Varnish statistics can also be displayed by configuring some :doc:`optional dependencies `. -.. _django-admin-tools: http://django-admin-tools.readthedocs.org/ +.. _django-admin-tools: https://django-admin-tools.readthedocs.io/