Skip to content

Commit

Permalink
Update paths to readthedocs.io
Browse files Browse the repository at this point in the history
On April 27, 2016, Read The Docs moved hosted projects from
readthedocs.org to readthedocs.io:

https://blog.readthedocs.com/securing-subdomains/
  • Loading branch information
jwhitlock committed Aug 30, 2016
1 parent cd37667 commit 237fe8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ django-nose
accidentally shadowing test classes.
* Taking advantage of all the useful `nose plugins`_

.. _nose: https://nose.readthedocs.org/en/latest/
.. _nose: https://nose.readthedocs.io/en/latest/
.. _nose plugins: http://nose-plugins.jottit.com/

It also provides:
Expand All @@ -57,4 +57,4 @@ Development
-----------
:Code: https://github.com/django-nose/django-nose
:Issues: https://github.com/django-nose/django-nose/issues?state=open
:Docs: https://django-nose.readthedocs.org
:Docs: https://django-nose.readthedocs.io
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: https://nose.readthedocs.org
.. _nose docs: https://nose.readthedocs.io/en/latest/

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

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

.. _nose.cfg or setup.cfg: https://nose.readthedocs.org/en/latest/usage.html#configuration
.. _nose.cfg or setup.cfg: https://nose.readthedocs.io/en/latest/usage.html#configuration


Custom Plugins
Expand All @@ -203,5 +203,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: https://nose.readthedocs.org/en/latest/plugins.html#writing-plugins
.. _make custom plugins: https://nose.readthedocs.io/en/latest/plugins.html#writing-plugins

0 comments on commit 237fe8b

Please sign in to comment.