summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
commit83828f52b287fefb3d8753a21bd3441997a4d687 (patch)
treef62c5aa84a9db02f3b6460e66b56cd299e4a794f /tox.ini
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
downloadnumpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz
HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e6f1b124f..c7df36e23 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# 'Tox' is a tool for automating sdist/build/test cycles against
# multiple Python versions:
-# http://pypi.python.org/pypi/tox
-# http://tox.testrun.org/
+# https://pypi.python.org/pypi/tox
+# https://tox.readthedocs.io/
# Running the command 'tox' while in the root of the numpy source
# directory will: