From bdb2610b1b68e3fe57ed13ba70c05099909cc822 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 17:01:06 +0800 Subject: [PATCH] Update URLs in documentation Update URLs according to OpenStack document migration. BTW: Do some optimization as well (http -> https) Change-Id: I75a00f1b89239be7982c55c4dcfa5f2a217f1ece --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 78410642..86e33782 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ 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 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/HACKING.rst b/HACKING.rst index 8ad5dbb1..4918b14e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ manila-ui Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file