From 1a4a8db7d8c6597b4e52a6420ee6db99fdbc881b Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Fri, 27 Apr 2018 08:27:25 +0000 Subject: [PATCH] Fix the outdated URL Change-Id: I0c3b755aee0b77cae0d13b03cc00475bf4e8706d --- doc/source/contributor/http-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/http-api.rst b/doc/source/contributor/http-api.rst index e5a09106aa..314017737f 100644 --- a/doc/source/contributor/http-api.rst +++ b/doc/source/contributor/http-api.rst @@ -148,7 +148,7 @@ I have a non-Python client You'll likely need to heavily reference our `API documentation`_ to port your application to Identity API v3. -.. _`API documentation`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v3/src/markdown/identity-api-v3.md +.. _`API documentation`: https://developer.openstack.org/api-ref/identity/v3/ The most common operation would be password-based authentication including a tenant name (i.e. project name) to specify an authorization scope. In Identity