diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-22 08:53:47 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-22 08:53:47 -0500 |
commit | fa5aadeca207b13f7846b14e8b60b2700ce0f8d8 (patch) | |
tree | 774a1507d30238a646c9f653a01bdc66e6a56212 | |
parent | 6977c8efd9438d063ac2d063cba2ebdd9560e609 (diff) | |
download | python-coveragepy-git-fa5aadeca207b13f7846b14e8b60b2700ce0f8d8.tar.gz |
Fix the link to the nose cover plugin. #222
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 2b7d8d22..aa374c99 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -117,7 +117,7 @@ that you know aren't interesting. See :ref:`source` and :ref:`excluding` for details. .. _nose: http://somethingaboutorange.com/mrl/projects/nose -.. _cover plug-in: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/plugins/cover.html +.. _cover plug-in: https://nose.readthedocs.org/en/latest/plugins/cover.html Getting help |