summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-01-02 17:11:55 -0600
committerBenjamin Peterson <benjamin@python.org>2017-01-02 17:11:55 -0600
commit04f94c05fefc2c2dc549c7bb683ccc9309cbe4ac (patch)
treeaf619e16b0281125e4a92e3c3b59726a790aaadc /documentation
parent6405474fabfc66f62e077abda10d699f4101256c (diff)
downloadsix-git-04f94c05fefc2c2dc549c7bb683ccc9309cbe4ac.tar.gz
https for pypi url
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index cf69f5a..3037451 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -13,7 +13,7 @@ Python 3. It is intended to support codebases that work on both Python 2 and 3
without modification. six consists of only one Python file, so it is painless
to copy into a project.
-Six can be downloaded on `PyPi <http://pypi.python.org/pypi/six/>`_. Its bug
+Six can be downloaded on `PyPi <https://pypi.python.org/pypi/six/>`_. Its bug
tracker and code hosting is on `GitHub <https://github.com/benjaminp/six>`_.
The name, "six", comes from the fact that 2*3 equals 6. Why not addition?