From ef573d91d6889fc8e3168737dfea28d686437900 Mon Sep 17 00:00:00 2001
From: Thomas A Caswell <tcaswell@gmail.com>
Date: Sun, 4 Dec 2016 22:45:12 -0500
Subject: [PATCH] DOC: fix url to tox docs

---
 doc/devel/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/devel/testing.rst b/doc/devel/testing.rst
index 1054589bdf34..c4413f6c644a 100644
--- a/doc/devel/testing.rst
+++ b/doc/devel/testing.rst
@@ -305,4 +305,4 @@ edit this file if you want to add new environments to test (e.g.,
 ``py33``) or if you want to tweak the dependencies or the way the
 tests are run. For more info on the ``tox.ini`` file, see the `Tox
 Configuration Specification
-<http://tox.testrun.org/latest/config.html>`_.
+<https://tox.readthedocs.io/en/latest/config.html>`_.