From e00f04edd11bff44860f8f5315e52cb8f02468af Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Tue, 20 Feb 2018 12:44:30 +0000 Subject: Use https for codecov.io image --HG-- branch : salty_horse/use-https-for-codecovio-image-1519130663808 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4dac3ea8..d1c1698d 100644 --- a/README.rst +++ b/README.rst @@ -102,8 +102,8 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. .. |license| image:: https://img.shields.io/pypi/l/coverage.svg :target: https://pypi.python.org/pypi/coverage :alt: License -.. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2 - :target: http://codecov.io/github/nedbat/coveragepy?branch=master +.. |codecov| image:: https://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2 + :target: https://codecov.io/github/nedbat/coveragepy?branch=master :alt: Coverage! .. |saythanks| image:: https://img.shields.io/badge/saythanks.io-%E2%98%BC-1EAEDB.svg :target: https://saythanks.io/to/nedbat -- cgit v1.2.1