From a9658c263a6e9276227a0f5a9d8bcd349e15eaaf Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:42:48 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ie756c7274631433a071c901c00dd7e61329b85f2 --- README.rst | 2 +- doc/source/configure-federation-mapping.rst | 2 +- doc/source/configure-keystone.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bcc615fa..4c1c4e83 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ installed behind the Apache webserver listening on port 5000 and port 35357 by default. Documentation for the project can be found at: -``_ +``_ The project home is at: ``_ diff --git a/doc/source/configure-federation-mapping.rst b/doc/source/configure-federation-mapping.rst index f8a4c64d..95be9d96 100644 --- a/doc/source/configure-federation-mapping.rst +++ b/doc/source/configure-federation-mapping.rst @@ -73,7 +73,7 @@ IdP and protocol. The details of how the mapping engine works, the schema, and various rule examples are in the `keystone developer documentation -`_. +`_. For example, SP attribute mapping configuration for an ADFS IdP: diff --git a/doc/source/configure-keystone.rst b/doc/source/configure-keystone.rst index 0c4b8d14..3a2763aa 100644 --- a/doc/source/configure-keystone.rst +++ b/doc/source/configure-keystone.rst @@ -112,5 +112,5 @@ More details regarding valid configuration for the LDAP Identity backend can be found in the `Keystone Developer Documentation`_ and the `OpenStack Administrator Guide`_. -.. _Keystone Developer Documentation: http://docs.openstack.org/developer/keystone/configuration.html#configuring-the-ldap-identity-provider -.. _OpenStack Administrator Guide: http://docs.openstack.org/admin-guide/identity-integrate-with-ldap.html +.. _Keystone Developer Documentation: https://docs.openstack.org/keystone/latest/configuration.html#configuring-the-ldap-identity-provider +.. _OpenStack Administrator Guide: https://docs.openstack.org/keystone/latest/admin/identity-integrate-with-ldap.html