summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.