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 | ac9f84c4897e7ed192b44b1aca0a1644f634762b (patch) | |
tree | 0deea5ae4fd8723aa14458f28081f784139cf185 | |
parent | dc9ea5f181c63a3560065e4441b793a7bbb801e9 (diff) | |
download | python-coveragepy-ac9f84c4897e7ed192b44b1aca0a1644f634762b.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 2b7d8d2..aa374c9 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 |