diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 14:08:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 14:08:24 -0400 |
commit | f89277e1369bfaea7f70cf2471f7f6514c375146 (patch) | |
tree | ccb2186fcdc7cd33e374087cef58eb88ad2e755b | |
parent | d805335e342d4349f996a4c498d2d4cab93f7e8a (diff) | |
download | python-coveragepy-git-f89277e1369bfaea7f70cf2471f7f6514c375146.tar.gz |
Use correct homepage for tox
-rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index ba1863fb..656d2519 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -180,4 +180,4 @@ patch works too. .. _editorconfig.org: http://editorconfig.org .. _Mercurial: https://www.mercurial-scm.org/ -.. _tox: http://tox.testrun.org/ +.. _tox: https://tox.readthedocs.io/ |