From 9b3d56186f1163d8dc98bac8ca9a660ded3d61d8 Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Sat, 24 Nov 2018 10:20:07 +0800 Subject: [PATCH] fix http links to https links Change-Id: I666954537dd193e56c0e8b86fabb0a44f35e697e --- CONTRIBUTING.rst | 2 +- doc/source/configure-swift.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index de3b9a37..4ba9e515 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -28,7 +28,7 @@ Submitting Code Changes to the project should be submitted for review via the Gerrit tool, following the workflow documented at: -"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 and closed without regard. diff --git a/doc/source/configure-swift.rst b/doc/source/configure-swift.rst index 987d8984..693bc2df 100644 --- a/doc/source/configure-swift.rst +++ b/doc/source/configure-swift.rst @@ -58,5 +58,5 @@ the ``swift`` section. To view the configuration files, including information about which variables are required and which are optional, see `Appendix A, *OSA -Example test environment configuration* `_. +Example test environment configuration* `_.