summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-17 23:05:04 -0700
committerBenjamin Peterson <benjamin@python.org>2018-09-17 23:05:04 -0700
commit045096c975258ff1ef6ea3aa83c1615189b61850 (patch)
tree78298877770072749865bbb864e7c5b33dde6d24 /README.rst
parent8816e06588708845fba4e51379b68e3fbbcbf195 (diff)
downloadsix-git-045096c975258ff1ef6ea3aa83c1615189b61850.tar.gz
Prefer https:// URLs where available. (#256)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
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.