aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-06-08 20:36:54 +0100
committerJon Wayne Parrott <jonwayne@google.com>2016-06-08 12:36:54 -0700
commitc4e17ec922120fb68bd6621ad7c31e09bd699cc5 (patch)
treedc11098bf221bf951874eea5be71bd91726637df /docs/conf.py
parentb55744061f91fe68cf074e0fd07b0964129ce811 (diff)
downloadoauth2client-c4e17ec922120fb68bd6621ad7c31e09bd699cc5.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects (#514)
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.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2b16ebc..f84911c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ import sys
import mock
# See
-# (http://read-the-docs.readthedocs.org/en/latest/faq.html#\
+# (https://read-the-docs.readthedocs.io/en/latest/faq.html#\
# i-get-import-errors-on-libraries-that-depend-on-c-modules)
class Mock(mock.Mock):