From 045096c975258ff1ef6ea3aa83c1615189b61850 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 17 Sep 2018 23:05:04 -0700 Subject: Prefer https:// URLs where available. (#256) --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e02806a..ab81a11 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -.. image:: http://img.shields.io/pypi/v/six.svg +.. image:: https://img.shields.io/pypi/v/six.svg :target: https://pypi.org/project/six/ .. image:: https://travis-ci.org/benjaminp/six.svg?branch=master :target: https://travis-ci.org/benjaminp/six -.. image:: http://img.shields.io/badge/license-MIT-green.svg +.. image:: https://img.shields.io/badge/license-MIT-green.svg :target: https://github.com/benjaminp/six/blob/master/LICENSE Six is a Python 2 and 3 compatibility library. It provides utility functions @@ -16,7 +16,7 @@ Six supports every Python version since 2.6. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license notice must be retained.) -Online documentation is at http://six.rtfd.org. +Online documentation is at https://six.readthedocs.io/. Bugs can be reported to https://github.com/benjaminp/six. The code can also be found there. -- cgit v1.2.1