From bdaebddf194ac591c6fede53069cb32df70ca49d Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Tue, 13 Dec 2022 00:18:50 +0200 Subject: [PATCH] update readme links (#221) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b643200..bd9d442 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ django-avatar :alt: PyPI badge .. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest - :target: http://django-avatar.readthedocs.org/en/latest/?badge=latest + :target: https://django-avatar.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status Django-avatar is a reusable application for handling user avatars. It has the @@ -33,4 +33,4 @@ ability to default to Gravatar if no avatar is found for a certain user. Django-avatar automatically generates thumbnails and stores them to your default file storage backend for retrieval later. -For more information see the documentation at http://django-avatar.readthedocs.org/ +For more information see the documentation at https://django-avatar.readthedocs.org/