Update the documentation link for doc migration

Change-Id: I6a127e1194702cf2a158e1bbe6eb6ce6cadac386
This commit is contained in:
Hangdong Zhang 2017-07-20 19:48:43 +08:00
parent 5df983c181
commit 4ecefa3a0b
9 changed files with 9 additions and 9 deletions

View File

@ -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
---------------------------

View File

@ -49,4 +49,4 @@ Enabling in Devstack
./stack.sh
.. _DevStack: http://docs.openstack.org/developer/devstack/
.. _DevStack: https://docs.openstack.org/devstack/latest/

View File

@ -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

View File

@ -269,7 +269,7 @@ This section describes how to install and run the murano dashboard.
For more information, check out the official
`horizon documentation <http://docs.openstack.org/developer/horizon/topics/settings.html#openstack-settings-partial>`_.
`horizon documentation <https://docs.openstack.org/horizon/latest/>`_.
#. Enable and configure Murano dashboard in the OpenStack Dashboard:

View File

@ -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
<http://docs.openstack.org/developer/stevedore/>`_.
<https://docs.openstack.org/stevedore/latest/>`_.
The structure of the demo application package
+++++++++++++++++++++++++++++++++++++++++++++

View File

@ -53,7 +53,7 @@ Dashboard.
..
For more information, check out the official
`horizon documentation <http://docs.openstack.org/developer/horizon/topics/settings.html#openstack-settings-partial>`_.
`horizon documentation <https://docs.openstack.org/horizon/latest/>`_.
#. Enable and configure Murano dashboard in the OpenStack Dashboard:

View File

@ -16,4 +16,4 @@ Additional Resources
`<https://docs.openstack.org/project-install-guide/ocata/>`__.
#. If you would like to add glare as the storage service for packages, see:
`<https://docs.openstack.org/developer/murano/administrator-guide/using_glare.html>`__.
`<https://docs.openstack.org/murano/latest/admin/using_glare.html>`__.

View File

@ -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
--------------------

View File

@ -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
"""