From 667deb6deed44614f4cc5cbd1b1777abf9bbdc63 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 16:07:05 +0800 Subject: [PATCH] Update URLs in documentation Update URLs according to OpenStack document migration. BTW: Do some optimization as well (http -> https) Change-Id: I708f2ecff149d0ce623c2e698dc76912799deb19 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- doc/source/specs/refactor_clients.rst | 2 +- install-guide/source/index.rst | 2 +- install-guide/source/next-steps.rst | 4 ++-- karbor/i18n.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 471ef0ad..608272c6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,12 +1,12 @@ 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 f429c255..60938c31 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ karbor Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/doc/source/specs/refactor_clients.rst b/doc/source/specs/refactor_clients.rst index 9ac0ccab..1eaf1290 100644 --- a/doc/source/specs/refactor_clients.rst +++ b/doc/source/specs/refactor_clients.rst @@ -141,5 +141,5 @@ References ========== [1] https://bugs.launchpad.net/karbor/+bug/1566793 -[2] http://specs.openstack.org/openstack/keystone-specs/specs/keystone/ocata/allow-expired.html +[2] https://specs.openstack.org/openstack/keystone-specs/specs/keystone/ocata/allow-expired.html [3] https://review.openstack.org/#q,topic:bp/allow-expired,n,z diff --git a/install-guide/source/index.rst b/install-guide/source/index.rst index 8ea602be..26d386b5 100644 --- a/install-guide/source/index.rst +++ b/install-guide/source/index.rst @@ -17,4 +17,4 @@ Protection service (Karbor) provides a standard framework of APIs and services that allows vendors to provide plugins through a unified interface. This chapter assumes a working setup of OpenStack following the -`OpenStack Installation Tutorial `_. +`OpenStack Installation Tutorial `_. diff --git a/install-guide/source/next-steps.rst b/install-guide/source/next-steps.rst index b0464009..b237e189 100644 --- a/install-guide/source/next-steps.rst +++ b/install-guide/source/next-steps.rst @@ -6,7 +6,7 @@ Next steps Your OpenStack environment now includes the Karbor service. To add more services, see the -`additional documentation on installing OpenStack `_ . +`additional documentation on installing OpenStack `_ . To learn more about the Karbor service, read the `Karbor developer documentation -`__. +`__. diff --git a/karbor/i18n.py b/karbor/i18n.py index c7b563e0..f77de2e0 100644 --- a/karbor/i18n.py +++ b/karbor/i18n.py @@ -12,7 +12,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html . """