From 4ed39d530f5589aabd880de7917424cca700650f Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 20 Aug 2019 11:20:01 -0700 Subject: [PATCH] Fix relative links Fix minor errors introduced in f10f95b4. Change-Id: Id18ae5f5a001541bfa129347d1b8ba6fa055699b --- doc/source/admin/federation/introduction.rst | 2 +- doc/source/admin/identity-concepts.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/federation/introduction.rst b/doc/source/admin/federation/introduction.rst index 0681621c27..52d32dd8bb 100644 --- a/doc/source/admin/federation/introduction.rst +++ b/doc/source/admin/federation/introduction.rst @@ -37,7 +37,7 @@ but it requires keystone to handle passwords directly rather than offloading authentication to the external source. Keystone supports two configuration models for federated identity. The most -common configuration is with `keystone as a Service Provider (SP) +common configuration is with :ref:`keystone as a Service Provider (SP) `, using an external Identity Provider, such as a Keycloak or Google, as the identity source and authentication method. The second type of configuration is diff --git a/doc/source/admin/identity-concepts.rst b/doc/source/admin/identity-concepts.rst index a9b1fb61e6..3d615c0da1 100644 --- a/doc/source/admin/identity-concepts.rst +++ b/doc/source/admin/identity-concepts.rst @@ -297,7 +297,7 @@ service, such as, a user named ``nova`` for the Compute service, and a special service project called ``service``. For information about how to create services and endpoints, see the -`Administrator Guide `__. +:ref:`Administrator Guide `. Groups ~~~~~~