From 7c33ddc11c2db8a37e29ee266f5b7c16cf779aa2 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Mon, 13 Jun 2016 22:08:48 +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 | 2 +- docs/features.rst | 2 +- docs/installation.rst | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 24cbbca..1fe1c23 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Features Documentation ------------- -Check documentation at http://djangocms-blog.readthedocs.io/en/latest/ +Check documentation at https://djangocms-blog.readthedocs.io/en/latest/ Known djangocms-blog websites +++++++++++++++++++++++++++++ diff --git a/docs/features.rst b/docs/features.rst index 97c30e4..b68bb77 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -168,5 +168,5 @@ django-knocker ``djangocms-blog`` is integrated with `django-knocker `_ to provide real time desktop notifications. -See `django-knocker documentation `_ for how to configure +See `django-knocker documentation `_ for how to configure knocker. diff --git a/docs/installation.rst b/docs/installation.rst index 9df6460..c935e35 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -62,7 +62,7 @@ suited for your deployment. url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')), -* To start your blog you need to use `AppHooks from django CMS `_ +* To start your blog you need to use `AppHooks from django CMS `_ to add the blog to a django CMS page; this step is not required when using `Auto setup `_: @@ -79,7 +79,7 @@ suited for your deployment. new **Application configuration** * Add and edit blog by creating them in the admin or using the toolbar, - and the use the `django CMS frontend editor `_ + and the use the `django CMS frontend editor `_ to edit the blog content: * Create a new blog entry in django admin backend or from the toolbar @@ -97,10 +97,10 @@ Dependency applications may need configuration to work properly. Please, refer to each application documentation on details. -* django-filer: http://django-filer.readthedocs.org +* django-filer: https://django-filer.readthedocs.io * django-meta: https://github.com/nephila/django-meta#installation * django-meta-mixin: https://github.com/nephila/django-meta-mixin#installation -* django-parler: http://django-parler.readthedocs.org/en/latest/quickstart.html#configuration +* django-parler: https://django-parler.readthedocs.io/en/latest/quickstart.html#configuration * django-taggit-autosuggest: https://bitbucket.org/fabian/django-taggit-autosuggest