summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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?**
diff --git a/doc/index.rst b/doc/index.rst
index 777aac62..42f66080 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: