From 9158ca0d2956351850d1f5eee4be3911f25fd9e2 Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Sat, 24 Nov 2018 11:33:51 +0800 Subject: [PATCH] fix http links to https link and remove useless whitespaces Change-Id: Id85008d022e1334171af8fbbe1579b3f1334f30f --- CONTRIBUTING.rst | 2 +- doc/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 972ac47..9225901 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -49,7 +49,7 @@ Extra ----- Tags: - If it's a bug that needs fixing in a branch in addition to Master, add a '\-backport-potential' tag (eg ``juno-backport-potential``). There are predefined tags that will autocomplete. + If it's a bug that needs fixing in a branch in addition to Master, add a '\-backport-potential' tag (eg ``juno-backport-potential``). There are predefined tags that will autocomplete. Status: Please leave this alone, it should be New till someone triages the issue. diff --git a/doc/source/index.rst b/doc/source/index.rst index d7d9938..da76303 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,7 +6,7 @@ This Ansible role creates the configuration files used by various OpenStack CLI tools. For more information about these tools, see the `OpenStack CLI Reference`_. -.. _OpenStack CLI Reference: http://docs.openstack.org/cli-reference/overview.html +.. _OpenStack CLI Reference: https://docs.openstack.org/cli-reference/overview.html To clone or view the source code for this repository, visit the role repository for `openstack_openrc `_. @@ -34,7 +34,7 @@ Tags ~~~~ This role supports two tags: ``openstack_openrc-install`` and -``openstack_openrc-config``. The ``openstack_openrc-install`` tag is only +``openstack_openrc-config``. The ``openstack_openrc-install`` tag is only used to setup the appropriate folders. The ``openstack_openrc-config`` tag can be used to manage configuration.