summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2018-01-06 22:12:15 +0000
committerNed Batchelder <nedbat@gmail.com>2018-01-06 22:12:15 +0000
commit57414b8854da772d81008576f70a63e2dec220d5 (patch)
tree16a163fefd42bacd1bdac6769cd91de9e940d3c1 /CHANGES.rst
parentdb260dc3feb931947309e88fa93063a0a37b6eda (diff)
parent851078aed7f032c99d9dfe9e107c1b52501c4509 (diff)
downloadpython-coveragepy-57414b8854da772d81008576f70a63e2dec220d5.tar.gz
Merged in jdufresne/coverage.py (pull request #135)
Update all Read the Docs links to use https
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9885167..97a7247 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -411,7 +411,7 @@ Work from the PyCon 2016 Sprints!
- The `test_helpers` module has been moved into a separate pip-installable
package: `unittest-mixins`_.
-.. _automatic subprocess measurement: http://coverage.readthedocs.io/en/latest/subprocess.html
+.. _automatic subprocess measurement: https://coverage.readthedocs.io/en/latest/subprocess.html
.. _issue 199: https://bitbucket.org/ned/coveragepy/issues/199/add-a-way-to-sort-the-text-report
.. _issue 231: https://bitbucket.org/ned/coveragepy/issues/231/various-default-behavior-in-report-phase
.. _issue 298: https://bitbucket.org/ned/coveragepy/issues/298/show-in-html-report-that-the-columns-are
@@ -1339,7 +1339,7 @@ Version 3.5.3 --- 2012-09-29
.. _issue 194: https://bitbucket.org/ned/coveragepy/issues/194/filelocatorrelative_filename-could-mangle
.. _issue 195: https://bitbucket.org/ned/coveragepy/issues/195/pyo-file-handling-in-codeunit
.. _issue 197: https://bitbucket.org/ned/coveragepy/issues/197/line-numbers-in-html-report-do-not-align
-.. _tox: http://tox.readthedocs.io/
+.. _tox: https://tox.readthedocs.io/
.. _changes_352: