diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-05 14:24:44 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-05 14:24:44 -0400 |
| commit | cd2f8258749eac023fc872e97ad696bd4ed77b82 (patch) | |
| tree | 6978ecce6bb5547034668bfc1c9f48aa766cbf9e /doc/faq.rst | |
| parent | 817d7c66f234cb18e58d05b0d87478a6732fc1e7 (diff) | |
| download | python-coveragepy-git-cd2f8258749eac023fc872e97ad696bd4ed77b82.tar.gz | |
Fix nose URLs to not point to a weird spammy site
Diffstat (limited to 'doc/faq.rst')
| -rw-r--r-- | doc/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index e8e9c49e..d10e14dd 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -24,7 +24,7 @@ First run your tests and collect coverage data with `nose`_ and its plugin. This will write coverage data into a .coverage file. Then run coverage.py from the :ref:`command line <cmd>` to create the reports you need from that data. -.. _nose: http://somethingaboutorange.com/mrl/projects/nose +.. _nose: http://nose.readthedocs.io **Q: Why do unexecutable lines show up as executed?** |
