File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3636Python __ http://www.python.org
37- nose __ http://somethingaboutorange.com/mrl/projects/ nose/
37+ nose __ http://nose.readthedocs.io
3838
3939
4040.. note ::
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Introduction
99''''''''''''
1010
1111SciPy uses the `Nose testing system
12- <http://www.somethingaboutorange.com/mrl/projects/nose > `__, with some
12+ <http://nose.readthedocs.io > `__, with some
1313minor convenience features added. Nose is an extension of the unit
1414testing framework offered by `unittest.py
1515<http://docs.python.org/lib/module-unittest.html> `__. Our goal is that
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments