From 32c60ffe6d35e97a67819e3609f9764ea9e5c57c Mon Sep 17 00:00:00 2001 From: sunjia Date: Thu, 7 Sep 2017 00:23:58 -0700 Subject: [PATCH] Replace http with https for doc links in cookbook-openstack-compute 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I498646c65f25e9f205f1ba58426174a961caeb55 --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccba39fe..74671e01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ How To Get Started If you would like to contribute to the development of OpenStack Chef Cookbooks, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Gerrit Workflow --------------- @@ -16,7 +16,7 @@ Once those steps have been completed, changes to OpenStack 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. diff --git a/README.md b/README.md index c3003ead..bfe08ff4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Team and repository tags ======================== -[![Team and repository tags](http://governance.openstack.org/badges/cookbook-openstack-compute.svg)](http://governance.openstack.org/reference/tags/index.html) +[![Team and repository tags](https://governance.openstack.org/badges/cookbook-openstack-compute.svg)](https://governance.openstack.org/reference/tags/index.html) @@ -16,7 +16,7 @@ https://github.com/openstack/openstack-chef-repo contains documentation for usin this cookbook in the context of a full OpenStack deployment. Nova is currently installed from packages. -http://docs.openstack.org/mitaka/config-reference/compute.html +https://docs.openstack.org/mitaka/config-reference/compute.html Requirements ============