Replace http with https

The use of https and some of them are http.
Use https instead of http to ensure the safety without containing our
account/password information.
e.g. https://review.openstack.org/#/c/462890/

Change-Id: I545833e4d7ede4435e4f50bed792a60847e9a813
This commit is contained in:
liuxiaoyang 2017-06-19 08:56:29 +08:00
parent 6ac23f1e40
commit 0d45aee7dc
5 changed files with 10 additions and 10 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

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

View File

@ -48,11 +48,11 @@ from future documentation builds.
Project Meta-data Project Meta-data
================= =================
.. .. image:: http://governance.openstack.org/badges/reno.svg .. .. image:: https://governance.openstack.org/badges/reno.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/reno * Documentation: https://docs.openstack.org/developer/reno
* Source: http://git.openstack.org/cgit/openstack/reno * Source: https://git.openstack.org/cgit/openstack/reno
* Bugs: http://bugs.launchpad.net/reno * Bugs: https://bugs.launchpad.net/reno
* IRC: #openstack-release on freenode * IRC: #openstack-release on freenode

View File

@ -331,5 +331,5 @@ Within OpenStack
The OpenStack project maintains separate instructions for configuring The OpenStack project maintains separate instructions for configuring
the CI jobs and other project-specific settings used for reno. Refer the CI jobs and other project-specific settings used for reno. Refer
to the `Managing Release Notes to the `Managing Release Notes
<http://docs.openstack.org/project-team-guide/release-management.html#managing-release-notes>`__ <https://docs.openstack.org/project-team-guide/release-management.html#managing-release-notes>`__
section of the Project Team Guide for details. section of the Project Team Guide for details.

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/reno/ home-page = https://docs.openstack.org/developer/reno/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology