From 4969a71f7fd45089a92763ca77c80aac0e530944 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 e3767fa..9b8c770 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -170,7 +170,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