summaryrefslogtreecommitdiff
path: root/doc/plugins.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/plugins.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/plugins.rst')
-rw-r--r--doc/plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index f2bad6d4..e4967b4b 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -66,7 +66,7 @@ Some coverage.py plug-ins you might find useful:
* `Django template coverage.py plug-in`__: for measuring coverage in Django
templates.
- .. __: https://pypi.python.org/pypi/django_coverage_plugin
+ .. __: https://pypi.org/project/django_coverage_plugin/
* `Mako template coverage plug-in`__: for measuring coverage in Mako templates.
Doesn't work yet, probably needs some changes in Mako itself.