diff --git a/doc/rtd-requirements.txt b/doc/rtd-requirements.txt index 28729588..cc3ff003 100644 --- a/doc/rtd-requirements.txt +++ b/doc/rtd-requirements.txt @@ -1,3 +1,3 @@ # requirements file for Read The Docs -# http://readthedocs.org/docs/nose/ +# https://nose.readthedocs.io/en/latest/ sphinx>=1.0 diff --git a/setup.py b/setup.py index a2091c0c..15fb6d3b 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def wrap_write_script(self, script_name, contents, *arg, **kwarg): coverage and profiling, flexible attribute-based test selection, output capture and more. More information about writing plugins may be found on in the nose API documentation, here: - http://readthedocs.org/docs/nose/ + https://nose.readthedocs.io/ If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead: @@ -105,7 +105,7 @@ def wrap_write_script(self, script_name, contents, *arg, **kwarg): """, license = 'GNU LGPL', keywords = 'test unittest doctest automatic discovery', - url = 'http://readthedocs.org/docs/nose/', + url = 'https://nose.readthedocs.io/', data_files = [('man/man1', ['nosetests.1'])], package_data = {'': ['*.txt', 'examples/*.py',