summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-07-14 11:16:57 -0700
committerBenjamin Peterson <benjamin@python.org>2018-07-14 11:16:57 -0700
commit84d07dd19523a3a41385f23a744a126d00a72c79 (patch)
tree6db12372a53a814a7cc78594e6853515e76d897d /documentation
parent866c220e603781693665b5106b276d518fdf39e3 (diff)
downloadsix-git-84d07dd19523a3a41385f23a744a126d00a72c79.tar.gz
Update all pypi.python.org URLs to pypi.org (#238)
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
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 d2d9d79..f148b13 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 <https://pypi.python.org/pypi/six/>`_. Its bug
+Six can be downloaded on `PyPI <https://pypi.org/project/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?