Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-05-27 10:00:57 +00:00 committed by Gerrit Code Review
commit ac4c6abe11
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -62,7 +62,7 @@ option passed in by the caller, the driver should raise an
It is recommended that drivers use the
`jsonschema <https://github.com/Julian/jsonschema>`_ package or
`voluptuous <https://pypi.python.org/pypi/voluptuous>`_ to validate the
`voluptuous <https://pypi.org/project/voluptuous/>`_ to validate the
request against the current driver capabilities.
See the `Exception Model`_ below for more details.