From 28c87fed19bc1609716d532819a7f25b0b9494d3 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 6 Jan 2018 10:04:12 -0800 Subject: Update all Read the Docs links to use https --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c5f47b0a..12aa498a 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Coverage.py runs on many versions of Python: Documentation is on `Read the Docs`_. Code repository and issue tracker are on `Bitbucket`_, with a mirrored repository on `GitHub`_. -.. _Read the Docs: http://coverage.readthedocs.io +.. _Read the Docs: https://coverage.readthedocs.io/ .. _Bitbucket: https://bitbucket.org/ned/coveragepy .. _GitHub: https://github.com/nedbat/coveragepy @@ -50,7 +50,7 @@ Getting Started See the `Quick Start section`_ of the docs. -.. _Quick Start section: http://coverage.readthedocs.io/#quick-start +.. _Quick Start section: https://coverage.readthedocs.io/#quick-start Contributing @@ -58,7 +58,7 @@ Contributing See the `Contributing section`_ of the docs. -.. _Contributing section: http://coverage.readthedocs.io/en/latest/contributing.html +.. _Contributing section: https://coverage.readthedocs.io/en/latest/contributing.html License @@ -77,7 +77,7 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. :target: https://ci.appveyor.com/project/nedbat/coveragepy :alt: Windows build status .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat - :target: http://coverage.readthedocs.io + :target: https://coverage.readthedocs.io/ :alt: Documentation .. |reqs| image:: https://requires.io/github/nedbat/coveragepy/requirements.svg?branch=master :target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master -- cgit v1.2.1