Update dead API spec links

The API specifications were moved out of the specs repo and into the
api-ref directory of the main keystone repo[1]. This patch updates some
of the straggler links in the configuration docs that still referenced
the old location.

[1] https://review.openstack.org/#/c/342399/

Change-Id: I883cfb4ab8b65873286f46194a8c8ccd7af97dd2
This commit is contained in:
Colleen Murphy 2017-05-01 21:15:02 +02:00
parent e18923daa1
commit dd298f66f7
1 changed files with 6 additions and 6 deletions

View File

@ -1045,8 +1045,8 @@ section. For example:
[endpoint_policy]
driver = sql
See `API Specification for Endpoint Policy <https://specs.openstack.org/
openstack/keystone-specs/api/v3/identity-api-v3-os-endpoint-policy.html>`_
See `API Specification for Endpoint Policy <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-endpoint-policy-api>`_
for the details of API definition.
Logging
@ -1105,8 +1105,8 @@ To enable OAuth1:
WSGIPassAuthorization On
See `API Specification for OAuth 1.0a <https://specs.openstack.org/openstack/
keystone-specs/api/v3/identity-api-v3-os-oauth1-ext.html>`_ for the details of
See `API Specification for OAuth 1.0a <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-oauth1-api>`_ for the details of
API definition.
@ -1125,8 +1125,8 @@ Add the revoke backend driver to the ``[revoke]`` section in
[revoke]
driver = sql
See `API Specification for Revocation Events <https://specs.openstack.org/
openstack/keystone-specs/api/v3/identity-api-v3-os-revoke-ext.html>`_ for
See `API Specification for Revocation Events <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-revoke-api>`_ for
the details of API definition.