From c845319679f8c0c2dc865f51f6265e83137c4772 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 16:23:14 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: I14c768761f468549dfdcb7daa70fe86d709d9a25 --- HACKING.rst | 2 +- README.rst | 4 ++-- doc/source/specs/existing-neutron-network.rst | 4 ++-- doc/source/specs/newton/nested_containers.rst | 2 +- setup.cfg | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index b0c54205..c8854bb2 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ kuryr 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 8f7a709b..b0cd3f1b 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ common Neutron plugins. * Free software: Apache license -* Documentation: https://docs.openstack.org/developer/kuryr +* Documentation: https://docs.openstack.org/kuryr/latest/ * Source: https://git.openstack.org/cgit/openstack/kuryr * Bugs: https://bugs.launchpad.net/kuryr @@ -55,7 +55,7 @@ Installing Kuryr's libnetwork driver For kuryr-libnetwork driver installation refer: -https://docs.openstack.org/developer/kuryr-libnetwork/readme.html +https://docs.openstack.org/kuryr-libnetwork/latest/readme.html Configuring Kuryr diff --git a/doc/source/specs/existing-neutron-network.rst b/doc/source/specs/existing-neutron-network.rst index dfe887dc..4681bf41 100644 --- a/doc/source/specs/existing-neutron-network.rst +++ b/doc/source/specs/existing-neutron-network.rst @@ -172,5 +172,5 @@ References * `Add tags to neutron resources spec`_ -.. _Add tags to neutron resources spec: http://docs.openstack.org/developer/neutron/devref/tag.html -.. _Kuryr devref: http://docs.openstack.org/developer/kuryr/devref/index.html +.. _Add tags to neutron resources spec: https://docs.openstack.org/neutron/latest/contributor/internals/tag.html +.. _Kuryr devref: https://docs.openstack.org/kuryr/latest/devref/index.html diff --git a/doc/source/specs/newton/nested_containers.rst b/doc/source/specs/newton/nested_containers.rst index 0c076878..09718c35 100644 --- a/doc/source/specs/newton/nested_containers.rst +++ b/doc/source/specs/newton/nested_containers.rst @@ -536,4 +536,4 @@ References [4] https://blueprints.launchpad.net/kuryr/+spec/kuryr-magnum-heat-deployment -[5] http://docs.openstack.org/developer/magnum/ +[5] https://docs.openstack.org/magnum/latest/ diff --git a/setup.cfg b/setup.cfg index b613b336..2832ca63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/kuryr/ +home-page = https://docs.openstack.org/kuryr/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology