summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-10 05:21:29 -0700
committerEli Bendersky <eliben@users.noreply.github.com>2018-06-10 05:21:29 -0700
commit2d717d42659135c8371b3bfa7fd5b04c5cdc41c3 (patch)
tree75f30d099c240e368d6b2e07c76cf7945d577b44 /README.rst
parent03bd304ff7e2466327595abe640e8ed7eb22bd15 (diff)
downloadpycparser-2d717d42659135c8371b3bfa7fd5b04c5cdc41c3.tar.gz
Update pypi.python.org URL to pypi.org (#262)
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 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a2ed094..4f71a1e 100644
--- a/README.rst
+++ b/README.rst
@@ -103,7 +103,7 @@ setup script will then place the ``pycparser`` module into ``site-packages`` in
your Python's installation library.
Alternatively, since **pycparser** is listed in the `Python Package Index
-<http://pypi.python.org/pypi/pycparser>`_ (PyPI), you can install it using your
+<https://pypi.org/project/pycparser/>`_ (PyPI), you can install it using your
favorite Python packaging/distribution tool, for example with::
> pip install pycparser