Merge "Update and replace http with https for doc links"

This commit is contained in:
Jenkins 2017-09-01 14:22:15 +00:00 committed by Gerrit Code Review
commit 1d617b2adb
6 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
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. Pull requests submitted through GitHub will be ignored.

View File

@ -1,4 +1,4 @@
brick Style Commandments brick Style Commandments
=============================================== ===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/os-brick.svg .. image:: https://governance.openstack.org/tc/badges/os-brick.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@ -39,10 +39,10 @@ If "tox -e py34" fails with the error "db type could not be determined", remove
the .testrepository/ directory and then run "tox -e py34". the .testrepository/ directory and then run "tox -e py34".
For any other information, refer to the developer documents: For any other information, refer to the developer documents:
http://docs.openstack.org/developer/os-brick/index.html https://docs.openstack.org/os-brick/latest/
OR refer to the parent project, Cinder: OR refer to the parent project, Cinder:
http://docs.openstack.org/developer/cinder/ https://docs.openstack.org/cinder/latest/
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Source: http://git.openstack.org/cgit/openstack/os-brick * Source: https://git.openstack.org/cgit/openstack/os-brick
* Bugs: http://bugs.launchpad.net/os-brick * Bugs: https://bugs.launchpad.net/os-brick

View File

@ -1,6 +1,6 @@
# This is a cross-platform list tracking distribution packages needed for # This is a cross-platform list tracking distribution packages needed for
# install and tests # install and tests
# see http://docs.openstack.org/infra/bindep/ for additional information. # see https://docs.openstack.org/infra/bindep/ for additional information.
curl curl
multipath-utils [platform:dpkg rpm] multipath-utils [platform:dpkg rpm]

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html . See https://docs.openstack.org/oslo.i18n/latest/ .
""" """

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/os-brick/ home-page = https://docs.openstack.org/os-brick/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology