From 7c59e1ae86f068d6d35575d6643e87cf8700f76b Mon Sep 17 00:00:00 2001 From: Kiran Subbaraman Date: Mon, 28 Aug 2017 13:41:10 +0530 Subject: [PATCH] `Nose` link corrected It now points to https://github.com/nose-devs/nose --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 3ab05d5..92a2c42 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -155,7 +155,7 @@ Once installed, we can generate our xUnit report with a single command. :: This will generate a **nosetests.xml** file, which can then be analyzed. -.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/ +.. _Nose: https://github.com/nose-devs/nose