summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-26 05:52:41 -0700
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-20 17:22:37 +0100
commit9ceffa1cc641d4bc04a714558cd4ad6852f407e5 (patch)
treeb66a4dc2d8ce24c0d4c60e239ae4e448aea3cfb9
parent10caf1bd74f172fe0adb2c301894a239443a65d8 (diff)
downloadpsycopg2-9ceffa1cc641d4bc04a714558cd4ad6852f407e5.tar.gz
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
-rw-r--r--README.rst4
-rw-r--r--doc/release.rst2
-rw-r--r--doc/src/advanced.rst2
-rw-r--r--doc/src/install.rst2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index b5b048d..a9785e3 100644
--- a/README.rst
+++ b/README.rst
@@ -54,8 +54,8 @@ external libraries, by installing the `psycopg2-binary`_ package from PyPI::
The binary package is a practical choice for development and testing but in
production it is advised to use the package built from sources.
-.. _PyPI: https://pypi.python.org/pypi/psycopg2
-.. _psycopg2-binary: https://pypi.python.org/pypi/psycopg2-binary
+.. _PyPI: https://pypi.org/project/psycopg2/
+.. _psycopg2-binary: https://pypi.org/project/psycopg2-binary/
.. _install: http://initd.org/psycopg/docs/install.html#install-from-source
.. _faq: http://initd.org/psycopg/docs/faq.html#faq-compile
diff --git a/doc/release.rst b/doc/release.rst
index 3576cdc..3ea4a9f 100644
--- a/doc/release.rst
+++ b/doc/release.rst
@@ -100,5 +100,5 @@ Test packages may be uploaded on the `PyPI testing site`__ using::
assuming `proper configuration`__ of ``~/.pypirc``.
-.. __: https://testpypi.python.org/pypi/psycopg2
+.. __: https://test.pypi.org/project/psycopg2/
.. __: https://wiki.python.org/moin/TestPyPI
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst
index d1683b8..724cb28 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -485,7 +485,7 @@ details. You can check the `psycogreen`_ project for further informations and
resources about the topic.
.. _coroutine: http://en.wikipedia.org/wiki/Coroutine
-.. _greenlet: http://pypi.python.org/pypi/greenlet
+.. _greenlet: https://pypi.org/project/greenlet/
.. _green threads: http://en.wikipedia.org/wiki/Green_threads
.. _Eventlet: http://eventlet.net/
.. _gevent: http://www.gevent.org/
diff --git a/doc/src/install.rst b/doc/src/install.rst
index 9afb0bc..f5524a5 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -142,7 +142,7 @@ Make sure to use an up-to-date version of :program:`pip` (you can upgrade it
using something like ``pip install -U pip``)
.. __: PyPI-binary_
-.. _PyPI-binary: https://pypi.python.org/pypi/psycopg2-binary/
+.. _PyPI-binary: https://pypi.org/project/psycopg2-binary/
.. _wheel: http://pythonwheels.com/
.. note::