From 7153c4a5b42156f6b0352d1021b38800124c9ae7 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 12:48:56 +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: I651f4480aaddcedf8e88879429d4a386ddb33206 --- README.rst | 2 +- specs/version1.1/enable-provider-driver.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a201140ede..588fa4853c 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Octavia ======= .. image:: https://img.shields.io/pypi/v/octavia.svg - :target: https://pypi.python.org/pypi/octavia/ + :target: https://pypi.org/project/octavia/ :alt: Latest Version Octavia is an operator-grade open source scalable load balancer for use in diff --git a/specs/version1.1/enable-provider-driver.rst b/specs/version1.1/enable-provider-driver.rst index 1e585d4b75..423b14c17d 100644 --- a/specs/version1.1/enable-provider-driver.rst +++ b/specs/version1.1/enable-provider-driver.rst @@ -62,7 +62,7 @@ option passed in by the caller, the driver should raise an It is recommended that drivers use the `jsonschema `_ package or -`voluptuous `_ to validate the +`voluptuous `_ to validate the request against the current driver capabilities. See the `Exception Model`_ below for more details.