summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-06 11:06:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-06 11:09:53 -0500
commit1ea400ed8b373050c93ef8f46f526d56f250643d (patch)
treed7436b6028ad1df73a93262c085db390a0129148 /doc
parentcd8ab84eee0569a31bb7f2f967eb80deb32eb590 (diff)
downloadpython-coveragepy-git-1ea400ed8b373050c93ef8f46f526d56f250643d.tar.gz
doc: fix a moved link
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 653e2a69..921c0371 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -134,7 +134,7 @@ these as 1 to use them:
Of course, run all the tests on every version of Python you have, before
submitting a change.
-.. _pytest test selectors: http://doc.pytest.org/en/stable/usage.html#specifying-tests-selecting-tests
+.. _pytest test selectors: https://doc.pytest.org/en/stable/usage.html#specifying-which-tests-to-run
Lint, etc