summaryrefslogtreecommitdiff
path: root/examples/skeleton_oauth2_web_application_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/skeleton_oauth2_web_application_server.py')
-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