summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-19 16:57:16 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-19 16:57:16 +0200
commit58aaabbb10c7c044ed09b7756c1b5501556f9524 (patch)
tree94431fc32cde7b99d72ccb78b40a705a6dc82551 /CONTRIBUTING.rst
parentbf77daa2ee42ada71bb4904fb657d9c860f4a684 (diff)
downloadpytest-58aaabbb10c7c044ed09b7756c1b5501556f9524.tar.gz
fix tox documentation link
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index fa317fd1b..917ce3c33 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -120,7 +120,7 @@ the following:
- PyPI presence with a ``setup.py`` that contains a license, ``pytest-``
prefixed name, version number, authors, short and long description.
-- a ``tox.ini`` for running tests using `tox <http://tox.testrun.org>`_.
+- a ``tox.ini`` for running tests using `tox <https://tox.readthedocs.io>`_.
- a ``README.txt`` describing how to use the plugin and on which
platforms it runs.