From 2e94b79da73de394c234c5fe3c50689fa335bd0d Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 08:14:24 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I2b1c5d9e1b6fdc15153246790cf4b0945b218cc6 --- specs/HA_inspector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/HA_inspector.rst b/specs/HA_inspector.rst index c1d828f..8bc896c 100644 --- a/specs/HA_inspector.rst +++ b/specs/HA_inspector.rst @@ -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 `_ framework). At any point +`Flask `_ framework). At any point in time, any of the process instances may serve any request. .. _partitioning-concerns: