Skip to content

Commit 4736b67

Browse files
committed
docs: Link to pypistats
1 parent 800a79a commit 4736b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.name}}/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:target: https://pypi.python.org/pypi/{{ cookiecutter.pypi_name }}
1616
:alt: PyPI Package
1717
.. |download| image:: https://img.shields.io/pypi/dm/{{ cookiecutter.pypi_name }}
18-
:target: https://pypi.python.org/pypi/{{ cookiecutter.pypi_name }}
18+
:target: https://pypistats.org/packages/{{ cookiecutter.pypi_name }}
1919
:alt: PyPI Package Downloads
2020

2121
|docs| |license| |pypi| |download|

{{cookiecutter.name}}/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:target: https://github.com/{{ cookiecutter.github_owner }}/{{ cookiecutter.github_repo }}/blob/master/LICENSE
1313
:alt: Open Source License
1414
.. |pypi| image:: https://img.shields.io/pypi/v/{{ cookiecutter.pypi_name }}.svg
15-
:target: https://pypi.python.org/pypi/{{ cookiecutter.pypi_name }}
15+
:target: https://pypistats.org/packages/{{ cookiecutter.pypi_name }}
1616
:alt: PyPI Package
1717
.. |download| image:: https://img.shields.io/pypi/dm/{{ cookiecutter.pypi_name }}
1818
:target: https://pypi.python.org/pypi/{{ cookiecutter.pypi_name }}

0 commit comments

Comments
 (0)