diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-18 19:21:45 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-18 19:21:45 -0700 |
commit | d1f420e343cc083098e293cf769367da9c0a3c5a (patch) | |
tree | 994d5a9b67ea23295e0a93e75ade4c375519877f /doc/faq.rst | |
parent | 8f4692d488531c507507d160e58f06fa79a564a2 (diff) | |
download | python-coveragepy-d1f420e343cc083098e293cf769367da9c0a3c5a.tar.gz |
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'doc/faq.rst')
-rw-r--r-- | doc/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index f6085b6..fb6dc91 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -109,15 +109,15 @@ __ https://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html - `trialcoverage`_ is a plug-in for Twisted trial. - .. _trialcoverage: https://pypi.python.org/pypi/trialcoverage + .. _trialcoverage: https://pypi.org/project/trialcoverage/ - `pytest-coverage`_ - .. _pytest-coverage: https://pypi.python.org/pypi/pytest-coverage + .. _pytest-coverage: https://pypi.org/project/pytest-coverage/ - `django-coverage`_ for use with Django. - .. _django-coverage: https://pypi.python.org/pypi/django-coverage + .. _django-coverage: https://pypi.org/project/django-coverage/ **Q: Where can I get more help with coverage.py?** |