summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul van Mulbregt <pvanmulbregt@users.noreply.github.com>2018-03-26 14:43:42 -0400
committerPaul van Mulbregt <pvanmulbregt@users.noreply.github.com>2018-03-26 14:43:42 -0400
commita67388eaec2b82a458ca649e07f5f351adceb861 (patch)
tree243750a31b7a666fb5090335abac251f731366ae
parentf336efc1c026682c3c0c0b21eecdb3df29cca6d1 (diff)
downloadpython-numpy-a67388eaec2b82a458ca649e07f5f351adceb861.tar.gz
python-numpy-a67388eaec2b82a458ca649e07f5f351adceb861.tar.bz2
python-numpy-a67388eaec2b82a458ca649e07f5f351adceb861.zip
DOC: Update link to tox in development docs (#10806)
-rw-r--r--doc/source/dev/development_environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index e6df9803c..f4c6f3ec7 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -203,7 +203,7 @@ typically packaged as ``python-dbg``) is highly recommended.
.. _DebuggingWithGdb: https://wiki.python.org/moin/DebuggingWithGdb
-.. _tox: http://tox.testrun.org
+.. _tox: https://tox.readthedocs.io/
.. _virtualenv: http://www.virtualenv.org/