summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-18 19:21:45 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-04-18 19:21:45 -0700
commit0089eb35b79b62c14e78a153a3519affcaa70c76 (patch)
tree64438e9b561dc9969e36f895eee60fc44bd8ae65 /doc/faq.rst
parentef5e1e4ba8200a9ff0656ece40e11ed3be67ac92 (diff)
downloadpython-coveragepy-git-0089eb35b79b62c14e78a153a3519affcaa70c76.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.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index f6085b61..fb6dc91f 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?**