Skip to content

Commit c5d95ff

Browse files
committed
Always use the canonical PyPI URL in the README
1 parent 234e525 commit c5d95ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Django Debug Toolbar |latest-version|
55
|jazzband| |build-status| |coverage| |docs| |python-support| |django-support|
66

77
.. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg
8-
:target: https://pypi.python.org/pypi/django-debug-toolbar
8+
:target: https://pypi.org/project/django-debug-toolbar/
99
:alt: Latest version on PyPI
1010

1111
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
@@ -25,11 +25,11 @@ Django Debug Toolbar |latest-version|
2525
:alt: Documentation status
2626

2727
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
28-
:target: https://pypi.python.org/pypi/django-debug-toolbar
28+
:target: https://pypi.org/project/django-debug-toolbar/
2929
:alt: Supported Python versions
3030

3131
.. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
32-
:target: https://pypi.org/project/django-debug-toolbar
32+
:target: https://pypi.org/project/django-debug-toolbar/
3333
:alt: Supported Django versions
3434

3535
The Django Debug Toolbar is a configurable set of panels that display various

0 commit comments

Comments
 (0)