Skip to content

Commit

Permalink
Replace dead link to nose website in install.rst
Browse files Browse the repository at this point in the history
Hi, I noticed that the existing link (http://somethingaboutorange.com/mrl/projects/nose/) is dead, so I propose changing the link to https://nose.readthedocs.org, the first hit on a Google search for 'python nose'.
  • Loading branch information
dwinston committed May 11, 2015
1 parent 8eed8fd commit e29e078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Another way of getting this is to do:
$ pip install "ipython[test]"
For more installation options, see the `nose website
<http://somethingaboutorange.com/mrl/projects/nose/>`_.
<https://nose.readthedocs.org>`_.

Once you have nose installed, you can run IPython's test suite using the
iptest command:
Expand Down Expand Up @@ -371,4 +371,4 @@ On other platforms, you can get pandoc from `their website <http://johnmacfarlan
.. _jinja2: http://jinja.pocoo.org/
.. _mistune: https://github.com/lepture/mistune
.. _jsonschema: https://github.com/Julian/jsonschema
.. _terminado: https://github.com/takluyver/terminado
.. _terminado: https://github.com/takluyver/terminado

0 comments on commit e29e078

Please sign in to comment.