summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-07-26 09:20:50 +0200
committerAndreas Jaeger <aj@suse.com>2019-07-26 09:20:50 +0200
commitb31af77e1d4ec9674b1d489766e810d5a0e3f245 (patch)
treeb4e05f931f6445c9667c436ad3461f7755d1b9e2 /doc
parent98f08fe079d94422ff1a59fd4531c5af850d1639 (diff)
downloadheat-b31af77e1d4ec9674b1d489766e810d5a0e3f245.tar.gz
Fix broken RST link
Links are of the form .. _name: http:// If you use "<http://>" instead, the "<" and ">" will be part of the URL and break, see the link on https://docs.openstack.org/heat/latest/admin/auth-model.html Fix this. Change-Id: I76b8dc215352d1dffa9b36c8f00b2aecbcf6400d
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/auth-model.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/auth-model.rst b/doc/source/admin/auth-model.rst
index 4c7373103..45effc556 100644
--- a/doc/source/admin/auth-model.rst
+++ b/doc/source/admin/auth-model.rst
@@ -147,4 +147,4 @@ defined, then all the trustor roles are delegated to trustee.
The trustor delegated roles must be pre-configured in the
OpenStack Identity service before using them in the Orchestration service.
-.. _Identity management trusts: <https://docs.openstack.org/keystone/latest/admin/identity-use-trusts.html>
+.. _Identity management trusts: https://docs.openstack.org/keystone/latest/admin/identity-use-trusts.html