Trivial link fix in Secret Metadata API User Guide

Reference to the Secret Metadata API was not properly linked.

TrivialFix
Change-Id: I5a0a354e9a6f60663de67a15c3ee4c18a311c730
This commit is contained in:
Jackie Truong 2017-03-27 15:00:50 -04:00
parent 876e5eb940
commit c648ae69be

View File

@ -14,7 +14,7 @@ To create/update the secret metadata for a specific secret, we will need to know
the secret reference of the secret we wish to add user metadata to. Any metadata
that was previously set will be deleted and replaced with this metadata.
For more information on creating/updating secret metadata, you can view the
`PUT /v1/secrets/{uuid}/metadata <http://docs.openstack.org/developer/barbican/api/reference/secret_metadata.html#put-secret-metadata>`
`PUT /v1/secrets/{uuid}/metadata <http://docs.openstack.org/developer/barbican/api/reference/secret_metadata.html#put-secret-metadata>`__
section.
.. code-block:: bash