summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-05-31 08:52:57 +0100
committerHsiaoming Yang <sopheryoung@gmail.com>2016-05-31 16:52:57 +0900
commitd489d9023f569e327c315aad7f70622732153158 (patch)
treeec2166ffb09ad18d412e1f0c67ba20fc490a2a20 /examples
parenta3ef5510d4d0e7bed627a5fdc2a078ed1021a446 (diff)
downloadoauthlib-d489d9023f569e327c315aad7f70622732153158.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects (#427)
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 'examples')
-rw-r--r--examples/skeleton_oauth2_web_application_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/skeleton_oauth2_web_application_server.py b/examples/skeleton_oauth2_web_application_server.py
index 4816cc0..8bfd936 100644
--- a/examples/skeleton_oauth2_web_application_server.py
+++ b/examples/skeleton_oauth2_web_application_server.py
@@ -3,7 +3,7 @@
# for dispensing Bearer Tokens.
# This example is meant to act as a supplement to the documentation,
-# see http://oauthlib.readthedocs.org/en/latest/.
+# see https://oauthlib.readthedocs.io/en/latest/.
from oauthlib.oauth2 import RequestValidator, WebApplicationServer