From 031bb29c30502fb2ddc93a92a4b4333900a09caf Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Mon, 15 Jan 2018 15:23:25 +0800 Subject: [PATCH] Update outdated links Due to the migration of the OpenStack document library, some outdated links were found during use, using https instead of http and pointing to the right place. Change-Id: Id373a81f6263e86d4986c594e6cff5198dc6f8f3 --- CONTRIBUTING.rst | 4 ++-- README.rst | 2 +- bindep.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 019bcd04a..3de567bbf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - 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. diff --git a/README.rst b/README.rst index dbd43917a..046a9fe32 100644 --- a/README.rst +++ b/README.rst @@ -6,5 +6,5 @@ I am Phuoc. 2 This is a sandbox so that lovely developers can test the tools and processes used for OpenStack development. For detail, see the chapter "`Learn the Gerrit Workflow in the -Sandbox `_" +Sandbox `_" in Infrastructure User Manual. diff --git a/bindep.txt b/bindep.txt index 4f9b42547..e30b94459 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1,2 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information.