diff --git a/doc/source/api/index.rst b/doc/source/api/index.rst index c955fc554..4bc6cb520 100644 --- a/doc/source/api/index.rst +++ b/doc/source/api/index.rst @@ -6,7 +6,7 @@ User Guide ########## API guide docs are built to: -http://developer.openstack.org/api-guide/key-manager/ +https://developer.openstack.org/api-guide/key-manager/ API Reference ############# diff --git a/doc/source/api/reference/acls.rst b/doc/source/api/reference/acls.rst index b0eda2444..b700bbd2e 100644 --- a/doc/source/api/reference/acls.rst +++ b/doc/source/api/reference/acls.rst @@ -27,7 +27,7 @@ GET /v1/secrets/{uuid}/acl Retrieve the ACL settings for a given secret. If no ACL is defined for that secret, then -`Default ACL `__ +`Default ACL `__ is returned. Request/Response (With ACL defined): @@ -328,7 +328,7 @@ GET /v1/containers/{uuid}/acl Retrieve the ACL settings for a given container. If no ACL is defined for that container, then -`Default ACL `__ +`Default ACL `__ is returned. Request/Response (With ACL defined): diff --git a/doc/source/configuration/audit.rst b/doc/source/configuration/audit.rst index e2080ca77..804ccbb76 100644 --- a/doc/source/configuration/audit.rst +++ b/doc/source/configuration/audit.rst @@ -18,7 +18,7 @@ Audit middleware creates two events per REST API interaction. First event has information extracted from request data and the second one has request outcome (response). -.. _Audit middleware: http://docs.openstack.org/developer/keystonemiddleware/audit.html +.. _Audit middleware: https://docs.openstack.org/keystonemiddleware/latest/ .. _CADF format: http://www.dmtf.org/sites/default/files/standards/documents/DSP2038_1.0.0.pdf @@ -39,8 +39,8 @@ used for creating events in CADF format. .. _keystonemiddleware: https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/audit.py -.. _Enabling Middleware Link: http://docs.openstack.org/developer/keystonemiddleware/audit.html#enabling-audit-middleware -.. _Configuring Middleware Link: http://docs.openstack.org/developer/keystonemiddleware/audit.html#configure-audit-middleware +.. _Enabling Middleware Link: https://docs.openstack.org/keystonemiddleware/latest/#enabling-audit-middleware +.. _Configuring Middleware Link: https://docs.openstack.org/keystonemiddleware/latest/#configure-audit-middleware .. note:: @@ -136,4 +136,4 @@ Following is the sample of audit event for symmetric key create request in audit event to **7 "W"s of Audit and Compliance**. .. _Ceilometer audit wiki: https://wiki.openstack.org/wiki/Ceilometer/blueprints/ - support-standard-audit-formats#CADF_Model_is_designed_to_answer_all_Audit_and_Compliance_Questions \ No newline at end of file + support-standard-audit-formats#CADF_Model_is_designed_to_answer_all_Audit_and_Compliance_Questions diff --git a/doc/source/configuration/keystone.rst b/doc/source/configuration/keystone.rst index 831d286f6..46e56a663 100644 --- a/doc/source/configuration/keystone.rst +++ b/doc/source/configuration/keystone.rst @@ -15,7 +15,7 @@ following ways to setup your own. .. _Simple Dockerized Keystone: https://registry.hub.docker.com/u/ jmvrbanac/simple-keystone/ -.. _Installing Keystone: http://docs.openstack.org/developer/keystone/ +.. _Installing Keystone: https://docs.openstack.org/developer/keystone/ installing.html diff --git a/doc/source/configuration/noauth.rst b/doc/source/configuration/noauth.rst index 55a0c72cc..0a5420d34 100644 --- a/doc/source/configuration/noauth.rst +++ b/doc/source/configuration/noauth.rst @@ -40,5 +40,5 @@ instead. In case of API, replace ``'X-Auth-Token: $TOKEN'`` with You can also find detailed explanation to run barbican client with an unauthenticated context -`here `__ and run barbican CLI in no auth mode -`here `__. +`here `__ and run barbican CLI in no auth mode +`here `__. diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 918df0c6b..d4141033e 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -5,7 +5,7 @@ Barbican for Developers If you're new to OpenStack development you should start by reading the `OpenStack Developer's Guide`_. -.. _`OpenStack Developer's Guide`: http://docs.openstack.org/infra/manual/developers.html +.. _`OpenStack Developer's Guide`: https://docs.openstack.org/infra/manual/developers.html Once you've read the OpenStack guide you'll be ready to set up a local barbican development environment. diff --git a/doc/source/index.rst b/doc/source/index.rst index 6cea0a183..8078d809e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -17,7 +17,7 @@ API Reference ============= If you're trying to learn how to use barbican, you can start by reading about -`Secrets in the Barbican API Guide `__. +`Secrets in the Barbican API Guide `__. Once you're comfortable working with secrets you can dig into the rest of the API. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index b4b74561c..12fbe6ac6 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -15,4 +15,4 @@ management of secret data. This includes keying material such as symmetric keys, asymmetric keys, certificates and raw binary data. This chapter assumes a working setup of OpenStack following the -`OpenStack Installation Tutorial `_. +`OpenStack Installation Tutorial `_.