Replacing the HTTP protocal with HTTPS .

Change-Id: I04fd482cbbbc2fcba3feae2bf2c1bdff5c29d358
This commit is contained in:
zhouxinyong 2018-11-14 00:25:16 +08:00
parent feaf12e684
commit 71c467414e
5 changed files with 11 additions and 11 deletions

View File

@ -69,7 +69,7 @@ What is StoryBoard?
OpenStack community is `developing
<https://wiki.openstack.org/wiki/StoryBoard>`_, and in the progress of
`migrating towards
<http://superuser.openstack.org/articles/openstack-gerrit-storyboard-integration/>`_.
<https://superuser.openstack.org/articles/openstack-gerrit-storyboard-integration/>`_.
Some `projects are already using it
<https://storyboard.openstack.org/#!/project/list>`_.
@ -93,7 +93,7 @@ What is Launchpad?
^^^^^^^^^^^^^^^^^^
`Launchpad <https://launchpad.net/openstack>`_ is the legacy way the OpenStack
community does bug tracking since we started `moving towards StoryBoard
<http://superuser.openstack.org/articles/openstack-gerrit-storyboard-integration>`_.
<https://superuser.openstack.org/articles/openstack-gerrit-storyboard-integration>`_.
Sign Up
^^^^^^^

View File

@ -19,9 +19,9 @@ OpenStack community uses to manage changes to source code and documentation.
Git allows you to:
* Push and test `code, docs, infrastructure changes, and CI configurations <http://git.openstack.org/cgit>`_
* Push `Specifications <http://specs.openstack.org>`_
* Push `Use cases for features <http://specs.openstack.org/openstack/openstack-user-stories/>`_
* Push and test `code, docs, infrastructure changes, and CI configurations <https://git.openstack.org/cgit>`_
* Push `Specifications <https://specs.openstack.org>`_
* Push `Use cases for features <https://specs.openstack.org/openstack/openstack-user-stories/>`_
Installation

View File

@ -13,10 +13,10 @@ This is the review system the OpenStack community uses.
Gerrit allows you to review:
* `Code, docs, infrastructure changes, and CI configurations <http://git.openstack.org/cgit>`_
* `Specifications <http://specs.openstack.org>`_
* `Translations <http://git.openstack.org/cgit/openstack/i18n/tree/>`_
* `Use cases for features <http://specs.openstack.org/openstack/openstack-user-stories/>`_
* `Code, docs, infrastructure changes, and CI configurations <https://git.openstack.org/cgit>`_
* `Specifications <https://specs.openstack.org>`_
* `Translations <https://git.openstack.org/cgit/openstack/i18n/tree/>`_
* `Use cases for features <https://specs.openstack.org/openstack/openstack-user-stories/>`_
Sign Up
=======

View File

@ -28,7 +28,7 @@ Tracking Changes in Zuul status page
====================================
You can check the status of those jobs at any time by navigating to:
http://zuul.openstack.org/
https://zuul.openstack.org/
.. image:: /_assets/zuul_status/zuul_status.png
:scale: 65

View File

@ -37,6 +37,6 @@ Share and Learn From Real Configurations
========================================
Example configurations for various OpenStack services are provided in the `openstack/osops-example-configs
repository
<http://git.openstack.org/cgit/openstack/osops-example-configs/tree/README.md>`_.
<https://git.openstack.org/cgit/openstack/osops-example-configs/tree/README.md>`_.
Operators can share their configuration files to help others, and review how
others setup and tune their configurations.