Update URLs

This commit updates some URLs. All of our docs.openstack.org supports
HTTPS already. And, some of the URLs are outdated.

Change-Id: I49056e5bd196e5cca2faaa8f5bc34b56c89ff675
This commit is contained in:
Masayuki Igawa 2019-09-04 22:44:41 +09:00
parent e844906ec0
commit dabf93f528
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
5 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: 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 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 OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -21,7 +21,7 @@ Install cookiecutter::
Generate a Python package project:: Generate a Python package project::
cookiecutter https://git.openstack.org/openstack-dev/cookiecutter.git cookiecutter https://opendev.org/openstack/cookiecutter.git
OpenStack projects require a working git repo for pbr to work, on newer OpenStack projects require a working git repo for pbr to work, on newer
versions of cookiecutter (>= 0.7.0 released 2013-11-09) this initial commit will versions of cookiecutter (>= 0.7.0 released 2013-11-09) this initial commit will
@ -39,8 +39,8 @@ Then:
.. _pbr: https://docs.openstack.org/pbr/latest/ .. _pbr: https://docs.openstack.org/pbr/latest/
.. _OpenStack-Infra: http://docs.openstack.org/infra/system-config .. _OpenStack-Infra: https://docs.openstack.org/infra/system-config
.. _stestr: https://stestr.readthedocs.io/ .. _stestr: https://stestr.readthedocs.io/
.. _Tox: https://tox.readthedocs.io/en/latest/ .. _Tox: https://tox.readthedocs.io/en/latest/
.. _Sphinx: http://www.sphinx-doc.org/en/master/ .. _Sphinx: https://www.sphinx-doc.org/en/master/
.. _hacking: https://opendev.org/openstack/hacking/ .. _hacking: https://opendev.org/openstack/hacking/

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: 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 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 OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: 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. Pull requests submitted through GitHub will be ignored.

View File

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

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break # In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`. # setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215 # solution from: https://bugs.python.org/issue15881#msg170215
try: try:
import multiprocessing # noqa import multiprocessing # noqa
except ImportError: except ImportError: