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: I2b1c5d9e1b6fdc15153246790cf4b0945b218cc6
This commit is contained in:
melissaml 2018-04-21 08:14:24 +08:00
parent 77819e7057
commit 2e94b79da7
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ We assume a Load Balancer (HAProxy) shielding the user from the
inspector service. All the inspector API process instances should
export the same REST API. Each API Request should be handled in a
separate asynchronous thread instance (as is the case now with the
`Flask <https://pypi.python.org/pypi/Flask>`_ framework). At any point
`Flask <https://pypi.org/project/Flask>`_ framework). At any point
in time, any of the process instances may serve any request.
.. _partitioning-concerns: