Skip to content

Commit 96801b1

Browse files
committed
use https://shields.io/ pypi shield instead of badge.fury.io
1 parent dd63bd7 commit 96801b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Django Rest Password Reset
22

3-
[![PyPI version](https://badge.fury.io/py/django-rest-passwordreset.svg)](https://badge.fury.io/py/django-rest-passwordreset)
3+
[![PyPI version](https://img.shields.io/pypi/v/django-rest-passwordreset.svg)](https://pypi.org/project/django-rest-passwordreset/)
44
[![build-and-test actions status](https://github.com/anexia-it/django-rest-passwordreset/workflows/build-and-test/badge.svg)](https://github.com/anexia-it/django-rest-passwordreset/actions)
55

66
This python package provides a simple password reset strategy for django rest framework, where users can request password

0 commit comments

Comments
 (0)