From 5d381bdfc7c41bc6447879aa8ef96ef262c1278e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 May 2016 14:24:44 -0400 Subject: Fix nose URLs to not point to a weird spammy site --- doc/faq.rst | 2 +- doc/index.rst | 4 ++-- 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 ` 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: -- cgit v1.2.1