diff options
| author | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:28:55 +0100 |
|---|---|---|
| committer | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:28:55 +0100 |
| commit | 513a045395b4cb5d8e1a9deb69bc9761d79eee37 (patch) | |
| tree | 5ff66efc419b1bec9f2d08bf0931e85da30a5ebb /examples | |
| parent | 4856493efc1f6b7fdecf36e020a95636f600a626 (diff) | |
| download | sqlalchemy-513a045395b4cb5d8e1a9deb69bc9761d79eee37.tar.gz | |
Convert readthedocs link for their .org -> .io migration for hosted projectspr/278
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.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/dogpile_caching/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dogpile_caching/__init__.py b/examples/dogpile_caching/__init__.py index bf67eeb17..0f19854e9 100644 --- a/examples/dogpile_caching/__init__.py +++ b/examples/dogpile_caching/__init__.py @@ -1,5 +1,5 @@ """ -Illustrates how to embed `dogpile.cache <http://dogpilecache.readthedocs.org/>`_ +Illustrates how to embed `dogpile.cache <https://dogpilecache.readthedocs.io/>`_ functionality within the :class:`.Query` object, allowing full cache control as well as the ability to pull "lazy loaded" attributes from long term cache |
