From 293c891dcfd9bd81817bd07480c85730cb0ca1ae Mon Sep 17 00:00:00 2001 From: Ryosuke Mizuno Date: Fri, 20 May 2016 20:01:48 +0900 Subject: [PATCH] Fix broken link of federation docs Fixed a place that was in some broken links in the federation document. Change-Id: I296c4e2cff718f3eac02fa1c14563a2a4437cb80 --- doc/source/federation/configure_federation.rst | 8 ++++---- doc/source/federation/openidc.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/federation/configure_federation.rst b/doc/source/federation/configure_federation.rst index 3ddde48220..36ede4f149 100644 --- a/doc/source/federation/configure_federation.rst +++ b/doc/source/federation/configure_federation.rst @@ -64,9 +64,9 @@ There is currently support for two major federation protocols: * OpenID Connect - see `Setup OpenID Connect`_. -.. _`Setup Shibboleth`: federation/shibboleth.html -.. _`Setup OpenID Connect`: federation/openidc.html -.. _`Setup Mellon`: federation/mellon.html +.. _`Setup Shibboleth`: shibboleth.html +.. _`Setup OpenID Connect`: openidc.html +.. _`Setup Mellon`: mellon.html Configure keystone and Horizon for Single Sign-On ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -74,7 +74,7 @@ Configure keystone and Horizon for Single Sign-On * To configure horizon to access a federated keystone, follow the steps outlined at: `Keystone Federation and Horizon`_. -.. _`Keystone Federation and Horizon`: federation/websso.html +.. _`Keystone Federation and Horizon`: websso.html Configuring Federation in Keystone ----------------------------------- diff --git a/doc/source/federation/openidc.rst b/doc/source/federation/openidc.rst index 4ad940b3ab..ce3c970020 100644 --- a/doc/source/federation/openidc.rst +++ b/doc/source/federation/openidc.rst @@ -90,4 +90,4 @@ Tips 2. Don't forget to add oidc as an [auth] plugin in keystone.conf, see `Step 2`_ -.. _`Step 2`: federation/federation.html +.. _`Step 2`: federation.html