Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I3ebb44db01054bec99c4883ddbb7aeb0102f3389
This commit is contained in:
melissaml 2018-04-21 09:15:05 +08:00
parent eb0fdabd27
commit fb2b43338e
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ see this wiki page:
.. _Testr: https://wiki.openstack.org/wiki/Testr
.. _tox: http://tox.readthedocs.org/en/latest/
.. _virtualenvs: https://pypi.python.org/pypi/virtualenv
.. _virtualenvs: https://pypi.org/project/virtualenv
Running individual tests

View File

@ -50,7 +50,7 @@ Install Kolla Ansible
If the needed version has already been published at pypi site
'https://pypi.python.org/pypi/kolla-ansible', the command below can be used:
'https://pypi.org/project/kolla-ansible', the command below can be used:
.. code-block:: console