From 1338a712d1466f00ffa9b06304809355b4370fdc Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 17:19:36 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: If544f74006c4605fac861d61b615140fea23691f --- HACKING.rst | 2 +- README.rst | 2 +- os_vif/i18n.py | 2 +- setup.cfg | 2 +- vif_plug_ovs/i18n.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index a749463f..ef473754 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ os_vif 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/README.rst b/README.rst index 85e67442..12e030ae 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,6 @@ os-vif A library for plugging and unplugging virtual interfaces in OpenStack. * License: Apache License, Version 2.0 -* Documentation: https://docs.openstack.org/developer/os-vif +* Documentation: https://docs.openstack.org/os-vif/latest/ * Source: https://git.openstack.org/cgit/openstack/os-vif * Bugs: https://bugs.launchpad.net/os-vif diff --git a/os_vif/i18n.py b/os_vif/i18n.py index e5482b43..24974c0d 100644 --- a/os_vif/i18n.py +++ b/os_vif/i18n.py @@ -14,7 +14,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. """ diff --git a/setup.cfg b/setup.cfg index e4070366..e0342c85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = A library for plugging and unplugging virtual interfaces in OpenStack. description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/os-vif/ +home-page = https://docs.openstack.org/os-vif/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/vif_plug_ovs/i18n.py b/vif_plug_ovs/i18n.py index 12f8bdc7..7068d043 100644 --- a/vif_plug_ovs/i18n.py +++ b/vif_plug_ovs/i18n.py @@ -14,7 +14,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. """