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: I65b8ae7c71601542bf17230d380e518a23034f23
This commit is contained in:
melissaml 2018-04-21 08:40:26 +08:00
parent 5c913ca185
commit 5f5d54b897
1 changed files with 2 additions and 2 deletions

View File

@ -78,9 +78,9 @@ Then install the required python packages using pip_::
$ sudo pip install python-jenkins
.. _flake8: https://pypi.python.org/pypi/flake8
.. _flake8: https://pypi.org/project/flake8
.. _tox: https://testrun.org/tox
.. _pip: https://pypi.python.org/pypi/pip
.. _pip: https://pypi.org/project/pip
.. rubric:: Footnotes