summaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-06-14 08:31:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-06-14 08:31:56 -0400
commit03b7b258014e300f1974b9f5832ccd74e692cc29 (patch)
treefb33d722e3314f74b1c5e65f2bebbfae437db72d /doc/install.rst
parentd86f865ba3dbc1369f7b08144a8876375edb9eae (diff)
downloadpython-coveragepy-git-03b7b258014e300f1974b9f5832ccd74e692cc29.tar.gz
Update URLs so link-checker doesn't spew red.
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 5774d1b1..29bc833e 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -29,8 +29,8 @@ Installation
.. highlight:: console
-.. _coverage_pypi: http://pypi.python.org/pypi/coverage
-.. _setuptools: http://pypi.python.org/pypi/setuptools
+.. _coverage_pypi: https://pypi.python.org/pypi/coverage
+.. _setuptools: https://pypi.python.org/pypi/setuptools
You can install coverage.py in the usual ways. The simplest way is with pip::