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>

Co-Authored-By: Van Hung Pham <hungpv@vn.fujitsu.com>

Change-Id: I07e2ecb62076610867568765f25c90e2ccbbd895
This commit is contained in:
Tovin Seven 2018-04-20 16:54:12 +07:00 committed by Tovin Seven
parent a3e316edd3
commit fc8eb842b3
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ DockerInc Resource
.. rubric:: This resource is not enabled by default.
This plugin enables the use of Docker containers in a Heat template and
requires the `docker-py <https://pypi.python.org/pypi/docker-py>`_
requires the `docker-py <https://pypi.org/project/docker-py>`_
package. You can find more information in the `DOCKER_README
<https://git.openstack.org/cgit/openstack/heat/tree/contrib/heat_docker/README.md>`_.

View File

@ -23,7 +23,7 @@ test type.
Implementing a test
-------------------
Testrepository - http://pypi.python.org/pypi/testrepository is used to
Testrepository - https://pypi.org/project/testrepository is used to
find and run tests, parallelize their runs, and record timing/results.
If new dependencies are introduced upon the development of a test, the