From d0b9b6ce38ce50918e9bb3b1e0f14f8e1fad0bf9 Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 13 Jul 2017 15:13:45 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I52396f2bed4b0fde889b37cabb6a15225a63cc0d --- doc/source/contributor/environment.rst | 2 +- doc/source/install/index.rst | 4 ++-- doc/source/user/user-guide.rst | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/contributor/environment.rst b/doc/source/contributor/environment.rst index 3c7545a..7404a7b 100644 --- a/doc/source/contributor/environment.rst +++ b/doc/source/contributor/environment.rst @@ -17,7 +17,7 @@ To install Watcher from packaging, refer instead to Watcher `User Documentation`_. .. _`Git Repository`: https://git.openstack.org/cgit/openstack/watcher -.. _`User Documentation`: https://docs.openstack.org/developer/watcher/ +.. _`User Documentation`: https://docs.openstack.org/watcher/latest/ Prerequisites ============= diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 54fff98..38e4c88 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -28,10 +28,10 @@ optimization algorithms, data metrics and data profilers can be developed and inserted into the Watcher framework. Check the documentation for watcher optimization strategies at -https://docs.openstack.org/developer/watcher/strategies +https://docs.openstack.org/watcher/latest/strategies/index.html Check watcher glossary at -https://docs.openstack.org/developer/watcher/glossary.html +https://docs.openstack.org/watcher/latest/glossary.html This chapter assumes a working setup of OpenStack following the diff --git a/doc/source/user/user-guide.rst b/doc/source/user/user-guide.rst index 1f7109c..e0f2b54 100644 --- a/doc/source/user/user-guide.rst +++ b/doc/source/user/user-guide.rst @@ -11,7 +11,7 @@ Watcher User Guide ================== See the -`architecture page `_ +`architecture page `_ for an architectural overview of the different components of Watcher and how they fit together. diff --git a/setup.cfg b/setup.cfg index 3f6ed1d..bbd993f 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/watcher/ +home-page = https://docs.openstack.org/watcher/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology