summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-05 14:24:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-05 14:24:44 -0400
commit5d381bdfc7c41bc6447879aa8ef96ef262c1278e (patch)
tree27754c546fa1b0b5e0d886adb51abd2cae1ca378
parentbc572bc834ea248d0e8ae7c9c55c232a63c54bb1 (diff)
downloadpython-coveragepy-5d381bdfc7c41bc6447879aa8ef96ef262c1278e.tar.gz
Fix nose URLs to not point to a weird spammy site
-rw-r--r--doc/faq.rst2
-rw-r--r--doc/index.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index e8e9c49..d10e14d 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?**
diff --git a/doc/index.rst b/doc/index.rst
index 777aac6..42f6608 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -146,8 +146,8 @@ You can fine-tune coverage.py's view of your code by directing it to ignore
parts that you know aren't interesting. See :ref:`source` and :ref:`excluding`
for details.
-.. _nose: http://somethingaboutorange.com/mrl/projects/nose
-.. _cover plug-in: https://nose.readthedocs.org/en/latest/plugins/cover.html
+.. _nose: http://nose.readthedocs.io
+.. _cover plug-in: https://nose.readthedocs.io/en/latest/plugins/cover.html
.. _contact: