Skip to content

Commit 2a6547c

Browse files
committed
Update somethingaboutorange URL to nose.readthedocs.io
1 parent 04a9eac commit 2a6547c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Building NumPy requires the following software installed:
3434
This is required for testing numpy, but not for using it.
3535

3636
Python__ http://www.python.org
37-
nose__ http://somethingaboutorange.com/mrl/projects/nose/
37+
nose__ http://nose.readthedocs.io
3838

3939

4040
.. note::

doc/TESTS.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduction
99
''''''''''''
1010

1111
SciPy uses the `Nose testing system
12-
<http://www.somethingaboutorange.com/mrl/projects/nose>`__, with some
12+
<http://nose.readthedocs.io>`__, with some
1313
minor convenience features added. Nose is an extension of the unit
1414
testing framework offered by `unittest.py
1515
<http://docs.python.org/lib/module-unittest.html>`__. Our goal is that

numpy/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def import_nose():
6464

6565
if not nose_is_good:
6666
msg = ('Need nose >= %d.%d.%d for tests - see '
67-
'http://somethingaboutorange.com/mrl/projects/nose' %
67+
'http://nose.readthedocs.io' %
6868
minimum_nose_version)
6969
raise ImportError(msg)
7070

0 commit comments

Comments
 (0)