Skip to content

Commit

Permalink
Fixed broken links to nose documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoruiz committed Jul 16, 2015
1 parent 2e9517f commit 4bcdd76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test`` as usual.
See ``./manage.py help test`` for all the options nose provides, and look to
the `nose docs`_ for more help with nose.

.. _nose docs: http://somethingaboutorange.com/mrl/projects/nose/
.. _nose docs: https://nose.readthedocs.org

Enabling Database Reuse
-----------------------
Expand Down Expand Up @@ -186,7 +186,7 @@ setup.cfg`_ (as usual) or you can specify them in settings.py like this::

NOSE_ARGS = ['--failed', '--stop']

.. _nose.cfg or setup.cfg: http://somethingaboutorange.com/mrl/projects/nose/0.11.2/usage.html#configuration
.. _nose.cfg or setup.cfg: https://nose.readthedocs.org/en/latest/usage.html#configuration


Custom Plugins
Expand All @@ -204,5 +204,5 @@ Just like middleware or anything else, each string must be a dot-separated,
importable path to an actual class. Each plugin class will be instantiated and
added to the Nose test runner.

.. _make custom plugins: http://somethingaboutorange.com/mrl/projects/nose/0.11.2/plugins.html#writing-plugins
.. _make custom plugins: https://nose.readthedocs.org/en/latest/plugins.html#writing-plugins

0 comments on commit 4bcdd76

Please sign in to comment.