Merge "Replacing the HTTP protocal with HTTPS ."

This commit is contained in:
Zuul 2018-11-16 11:05:37 +00:00 committed by Gerrit Code Review
commit 49f6702ac6
5 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@ -15,10 +15,10 @@ This is the review system the OpenStack community uses.
Gerrit allows you to review: Gerrit allows you to review:
* `Code, docs, infrastructure changes, and CI configurations <http://git.openstack.org/cgit>`_ * `Code, docs, infrastructure changes, and CI configurations <https://git.openstack.org/cgit>`_
* `Specifications <http://specs.openstack.org>`_ * `Specifications <https://specs.openstack.org>`_
* `Translations <http://git.openstack.org/cgit/openstack/i18n/tree/>`_ * `Translations <https://git.openstack.org/cgit/openstack/i18n/tree/>`_
* `Use cases for features <http://specs.openstack.org/openstack/openstack-user-stories/>`_ * `Use cases for features <https://specs.openstack.org/openstack/openstack-user-stories/>`_
Sign Up 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: 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 .. image:: /_assets/zuul_status/zuul_status.png
:scale: 65 :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 Example configurations for various OpenStack services are provided in the `openstack/osops-example-configs
repository 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 Operators can share their configuration files to help others, and review how
others setup and tune their configurations. others setup and tune their configurations.