From 71c467414e0fac55513fe8485f3ce67c7aedd3ed Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 00:25:16 +0800 Subject: [PATCH] Replacing the HTTP protocal with HTTPS . Change-Id: I04fd482cbbbc2fcba3feae2bf2c1bdff5c29d358 --- doc/source/common/accounts.rst | 4 ++-- doc/source/common/git.rst | 6 +++--- doc/source/common/setup-gerrit.rst | 8 ++++---- doc/source/common/zuul-status.rst | 2 +- doc/source/operators/participate.rst | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/common/accounts.rst b/doc/source/common/accounts.rst index b08e0a8..2022c48 100644 --- a/doc/source/common/accounts.rst +++ b/doc/source/common/accounts.rst @@ -69,7 +69,7 @@ What is StoryBoard? OpenStack community is `developing `_, and in the progress of `migrating towards -`_. +`_. Some `projects are already using it `_. @@ -93,7 +93,7 @@ What is Launchpad? ^^^^^^^^^^^^^^^^^^ `Launchpad `_ is the legacy way the OpenStack community does bug tracking since we started `moving towards StoryBoard -`_. +`_. Sign Up ^^^^^^^ diff --git a/doc/source/common/git.rst b/doc/source/common/git.rst index 6633348..3fcbaac 100644 --- a/doc/source/common/git.rst +++ b/doc/source/common/git.rst @@ -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 `_ -* Push `Specifications `_ -* Push `Use cases for features `_ +* Push and test `code, docs, infrastructure changes, and CI configurations `_ +* Push `Specifications `_ +* Push `Use cases for features `_ Installation diff --git a/doc/source/common/setup-gerrit.rst b/doc/source/common/setup-gerrit.rst index cbc6cf9..3ec3209 100644 --- a/doc/source/common/setup-gerrit.rst +++ b/doc/source/common/setup-gerrit.rst @@ -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 `_ -* `Specifications `_ -* `Translations `_ -* `Use cases for features `_ +* `Code, docs, infrastructure changes, and CI configurations `_ +* `Specifications `_ +* `Translations `_ +* `Use cases for features `_ Sign Up ======= diff --git a/doc/source/common/zuul-status.rst b/doc/source/common/zuul-status.rst index 79ecdde..27cbc10 100644 --- a/doc/source/common/zuul-status.rst +++ b/doc/source/common/zuul-status.rst @@ -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 diff --git a/doc/source/operators/participate.rst b/doc/source/operators/participate.rst index 436d6b9..6cebd9f 100644 --- a/doc/source/operators/participate.rst +++ b/doc/source/operators/participate.rst @@ -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 -`_. +`_. Operators can share their configuration files to help others, and review how others setup and tune their configurations.