Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-07-19 02:25:56 +00:00 committed by Gerrit Code Review
commit c9b1e79b1b
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ images using the 'Disk Image Builder' (DIB) tool, and we focus on
building qemu images [1]_. DIB is an OpenStack tool and is available for
download at
https://git.openstack.org/cgit/openstack/diskimage-builder/tree/ or
https://pypi.python.org/pypi/diskimage-builder/0.1.38.
https://pypi.org/project/diskimage-builder/0.1.38.
DIB uses a chroot'ed environment to construct the image. The goal is
to build a bare machine that has all the components required for

View File

@ -78,17 +78,17 @@ Python settings
To find out which setuptools version is latest please check out the `setuptools repo`_.
.. _setuptools repo: https://pypi.python.org/pypi/setuptools/
.. _setuptools repo: https://pypi.org/project/setuptools/
To find out which pip version is latest please visit the `pip repo`_.
.. _pip repo: https://pypi.python.org/pypi/pip/
.. _pip repo: https://pypi.org/project/pip/
Some packages in Ubuntu repositories are outdated. Please make sure to update to the latest versions from the appropriate sources.
Use latest setuptools:
Go https://pypi.python.org/pypi/setuptools, download the latest source setuptools, and move it under ~
Go https://pypi.org/project/setuptools, download the latest source setuptools, and move it under ~
.. code-block:: bash
@ -99,7 +99,7 @@ Go https://pypi.python.org/pypi/setuptools, download the latest source setuptool
Use latest pip:
Go https://pypi.python.org/pypi/pip, download the latest source pip, and move it under ~
Go https://pypi.org/project/pip, download the latest source pip, and move it under ~
.. code-block:: bash