[doc/book/admin/setup] fix pip / virtualenv links 3.27
authorArthur Lutz <arthur.lutz@logilab.fr>
Fri, 31 Jan 2020 16:51:48 +0100
branch3.27
changeset 12860 b09a3adb37be
parent 12859 5dacd3ac9584
child 12861 1983923e51cc
[doc/book/admin/setup] fix pip / virtualenv links
doc/book/admin/setup.rst
--- a/doc/book/admin/setup.rst	Sun Feb 02 22:24:59 2020 +0100
+++ b/doc/book/admin/setup.rst	Fri Jan 31 16:51:48 2020 +0100
@@ -112,12 +112,12 @@
 `pip` install
 -------------
 
-`pip <http://pip.openplans.org/>`_ is a python tool that helps downloading,
+`pip <https://pip.pypa.io/>`_ is a python tool that helps downloading,
 building, installing, and managing Python packages and their dependencies. It
 is fully compatible with `virtualenv`_ and installs the packages from sources
 published on the `The Python Package Index`_.
 
-.. _`virtualenv`: http://virtualenv.openplans.org/
+.. _`virtualenv`: https://virtualenv.pypa.io
 
 A working compilation chain is needed to build the modules that include C
 extensions. If you really do not want to compile anything, installing `lxml <http://lxml.de/>`_,