From 4ecefa3a0bb25399e075a5a8097f15762a709fd9 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 19:48:43 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: I6a127e1194702cf2a158e1bbe6eb6ce6cadac386 --- HACKING.rst | 2 +- devstack/README.rst | 2 +- doc/source/admin/deploy_murano/devstack.rst | 2 +- doc/source/admin/deploy_murano/install_manually.rst | 2 +- doc/source/contributor/plugins/manage_plugins.rst | 2 +- doc/source/install/install-dashboard.rst | 2 +- doc/source/install/next-steps.rst | 2 +- doc/source/reference/appendix/articles/guidelines.rst | 2 +- murano/common/i18n.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 5afb8fb45..1260a3fb1 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,7 +1,7 @@ Style Commandments ================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ Murano Specific Commandments --------------------------- diff --git a/devstack/README.rst b/devstack/README.rst index 48f409a51..e821ae06c 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -49,4 +49,4 @@ Enabling in Devstack ./stack.sh -.. _DevStack: http://docs.openstack.org/developer/devstack/ +.. _DevStack: https://docs.openstack.org/devstack/latest/ diff --git a/doc/source/admin/deploy_murano/devstack.rst b/doc/source/admin/deploy_murano/devstack.rst index 46055ac5c..e0e546838 100644 --- a/doc/source/admin/deploy_murano/devstack.rst +++ b/doc/source/admin/deploy_murano/devstack.rst @@ -63,5 +63,5 @@ with murano, proceed with the following steps: **Result:** Murano has installed with DevStack. .. Links -.. _DevStack: http://docs.openstack.org/developer/devstack/ +.. _DevStack: https://docs.openstack.org/devstack/latest/ .. _murano/devstack: https://git.openstack.org/cgit/openstack/murano/tree/devstack diff --git a/doc/source/admin/deploy_murano/install_manually.rst b/doc/source/admin/deploy_murano/install_manually.rst index 310d168ca..32547766d 100644 --- a/doc/source/admin/deploy_murano/install_manually.rst +++ b/doc/source/admin/deploy_murano/install_manually.rst @@ -269,7 +269,7 @@ This section describes how to install and run the murano dashboard. For more information, check out the official - `horizon documentation `_. + `horizon documentation `_. #. Enable and configure Murano dashboard in the OpenStack Dashboard: diff --git a/doc/source/contributor/plugins/manage_plugins.rst b/doc/source/contributor/plugins/manage_plugins.rst index 5d45b894d..550ea0884 100644 --- a/doc/source/contributor/plugins/manage_plugins.rst +++ b/doc/source/contributor/plugins/manage_plugins.rst @@ -6,7 +6,7 @@ Creating a Murano plug-in Murano plug-in is a setuptools-compliant python package with ``setup.py`` and all other necessary files. For more information about defining stevedore plug-ins, see `stevedore documentation -`_. +`_. The structure of the demo application package +++++++++++++++++++++++++++++++++++++++++++++ diff --git a/doc/source/install/install-dashboard.rst b/doc/source/install/install-dashboard.rst index 467111ce5..478823e9a 100644 --- a/doc/source/install/install-dashboard.rst +++ b/doc/source/install/install-dashboard.rst @@ -53,7 +53,7 @@ Dashboard. .. For more information, check out the official - `horizon documentation `_. + `horizon documentation `_. #. Enable and configure Murano dashboard in the OpenStack Dashboard: diff --git a/doc/source/install/next-steps.rst b/doc/source/install/next-steps.rst index b762701d9..d2e7fed36 100644 --- a/doc/source/install/next-steps.rst +++ b/doc/source/install/next-steps.rst @@ -16,4 +16,4 @@ Additional Resources ``__. #. If you would like to add glare as the storage service for packages, see: - ``__. + ``__. diff --git a/doc/source/reference/appendix/articles/guidelines.rst b/doc/source/reference/appendix/articles/guidelines.rst index 3f60ff2a2..1b88a3621 100644 --- a/doc/source/reference/appendix/articles/guidelines.rst +++ b/doc/source/reference/appendix/articles/guidelines.rst @@ -18,7 +18,7 @@ To check your code against PEP 8 run: * https://pep8.readthedocs.org/en/latest/ * https://flake8.readthedocs.org - * http://docs.openstack.org/developer/hacking/ + * https://docs.openstack.org/hacking/latest/ Blueprints and Specs -------------------- diff --git a/murano/common/i18n.py b/murano/common/i18n.py index a1aa8cb7e..226354ceb 100644 --- a/murano/common/i18n.py +++ b/murano/common/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 """