diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 92fbb3e..69016e7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/doc/source/devref/gluon-auth.inc b/doc/source/devref/gluon-auth.inc index 000f0bc..4d81878 100644 --- a/doc/source/devref/gluon-auth.inc +++ b/doc/source/devref/gluon-auth.inc @@ -115,7 +115,7 @@ The actions are defined within the "policies" section as shown below. This policy defines create, delete, get, get_one and update actions on the ProtonBasePort object. The rules section can embed any openstack policy directive that is supported. Please see -http://docs.openstack.org/kilo/config-reference/content/policy-json-file.html for complete details +https://docs.openstack.org/kilo/config-reference/content/policy-json-file.html for complete details of the policy.json file Converting to policy.json file diff --git a/doc/source/devref/gluon_api_spec.inc b/doc/source/devref/gluon_api_spec.inc index b7e392d..c5d5c0a 100644 --- a/doc/source/devref/gluon_api_spec.inc +++ b/doc/source/devref/gluon_api_spec.inc @@ -343,7 +343,7 @@ PolicyDef The PolicyDef defines the Role-Based Access Control (RBAC) for the object. The access to the object can be controlled for each generated action. The syntax of the rule specifier string is defined in the Openstack Policy -`document `_. +`document `_. **Example** diff --git a/setup.cfg b/setup.cfg index 8326465..295cfd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology