mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
update readme links (#221)
This commit is contained in:
parent
b6024d96f7
commit
bdaebddf19
1 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue