Merge "Update pypi url to new url"

This commit is contained in:
Zuul 2018-07-19 11:55:48 +00:00 committed by Gerrit Code Review
commit f7a3dce473
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,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.