Change some links from http to https

This commit is contained in:
jvoisin
2020-05-09 17:11:56 +02:00
parent 189243a9b0
commit dd3b562f1a
3 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@ try:
Stores and retrieves OAuth tokens using a relational database through
the `SQLAlchemy`_ ORM.
.. _SQLAlchemy: http://www.sqlalchemy.org/
.. _SQLAlchemy: https://www.sqlalchemy.org/
"""
def __init__(self, model, session, provider_id,
user=None, user_id=None, user_required=None, anon_user=None,