Skip to content

Commit 2b3c9a7

Browse files
authored
Update PyPI link
1 parent e53dceb commit 2b3c9a7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flake8-rst-docstrings
33

44
.. image:: https://img.shields.io/pypi/v/flake8-rst-docstrings.svg
55
:alt: Released on the Python Package Index (PyPI)
6-
:target: https://pypi.python.org/pypi/flake8-rst-docstrings
6+
:target: https://pypi.org/project/flake8-rst-docstrings/
77
.. image:: https://img.shields.io/conda/vn/conda-forge/flake8-rst-docstrings.svg
88
:alt: Released on Conda
99
:target: https://anaconda.org/conda-forge/flake8-rst-docstrings
@@ -22,9 +22,8 @@ Introduction
2222

2323
This is an MIT licensed flake8 plugin for validating Python docstrings markup
2424
as reStructuredText (RST) using the Python library ``docutils``. It is
25-
available to install from the Python Package Index (PyPI):
26-
27-
- https://pypi.python.org/pypi/flake8-rst-docstrings
25+
available to install from the `Python Package Index (PyPI)
26+
<https://pypi.org/project/flake8-rst-docstrings/>`_.
2827

2928
This is based heavily off ``pydocstyle`` (which is also MIT licensed), which
3029
has a flake8 plugin called ``flake8-docstrings``, see:

0 commit comments

Comments
 (0)