Skip to content

Commit

Permalink
Convert readthedocs links for their .org -> .io migration for hosted …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Adam Chainz committed Jun 15, 2016
1 parent 232a721 commit c8a7a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2,6 +2,6 @@ Integrates the `webassets`_ library with Flask, adding support for
merging, minifying and compiling CSS and Javascript files.

Documentation:
http://flask-assets.readthedocs.org/
https://flask-assets.readthedocs.io/

.. _webassets: http://github.com/miracle2k/webassets
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -178,7 +178,7 @@ you are using Flask-S3. Just set
app.config['FLASK_ASSETS_USE_S3']=True
.. _Flask-S3: https://flask-s3.readthedocs.org/en/v0.1.4/
.. _Flask-S3: https://flask-s3.readthedocs.io/en/latest/

Flask-CDN Configuration
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -194,7 +194,7 @@ you are using Flask-CDN. Just set
app.config['FLASK_ASSETS_USE_CDN']=True
.. _Flask-CDN: https://flask-cdn.readthedocs.org/en/v1.0.0/
.. _Flask-CDN: https://flask-cdn.readthedocs.io/en/latest/
.. _Amazon Cloudfront: https://aws.amazon.com/cloudfront/


Expand Down

0 comments on commit c8a7a33

Please sign in to comment.