Optimize the link address

Update link address to ensure safety and preciseness

Change-Id: Ia5da7111faceee5ecfb39f093ed2afee6902776b
This commit is contained in:
Van Hung Pham 2017-06-10 01:21:54 +07:00
parent 8d5175300b
commit 10c70b707d
8 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ First of all, clone the repo and go to the repo directory::
**Devstack installation**
Information about how to install Mistral with devstack can be found
`here <http://docs.openstack.org/developer/mistral/developer/devstack.html>`_.
`here <https://docs.openstack.org/developer/mistral/developer/devstack.html>`_.
Configuring Mistral
~~~~~~~~~~~~~~~~~~~
@ -256,7 +256,7 @@ Project Goals 2017
Project Resources
-----------------
* `Mistral Official Documentation <http://docs.openstack.org/developer/mistral/>`_
* `Mistral Official Documentation <https://docs.openstack.org/developer/mistral/>`_
* Project status, bugs, and blueprints are tracked on
`Launchpad <https://launchpad.net/mistral/>`_

View File

@ -1,4 +1,4 @@
Mistral Cookbooks
=================
- `Mistral for Administration (aka Cloud Cron) <http://wiki.openstack.org/wiki/Mistral/Cookbooks/AdministrationCloudCron>`_
- `Mistral for Administration (aka Cloud Cron) <https://wiki.openstack.org/wiki/Mistral/Cookbooks/AdministrationCloudCron>`_

View File

@ -61,7 +61,7 @@ After a successful login bring the port back - it will continue your session.
**Further notes**
- If you need help with PyCharm and general debugging, please refer to:
`JetBrains PyCharm developer guide <http://www.jetbrains.com/pycharm/help/debugging.html.>`_
`JetBrains PyCharm developer guide <https://www.jetbrains.com/pycharm/help/debugging.html.>`_
- If you would like to manually restart the apache server,
open a terminal and run::

View File

@ -127,7 +127,7 @@ directory.
[oslo_policy]
policy_file = <path-of-policy.json file>
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <http://docs.openstack.org/mitaka/config-reference/policy-json-file.html>`_.
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <https://docs.openstack.org/mitaka/config-reference/policy-json-file.html>`_.
#. After that try to run mistral engine and see it is running without any error::

View File

@ -9,7 +9,7 @@ Setup Instructions
------------------
This instruction assumes that Horizon is already installed and it's installation
folder is <horizon>. Detailed information on how to install Horizon can be
found at `Horizon Installation <http://docs.openstack.org/developer/horizon/quickstart.html#setup.>`_
found at `Horizon Installation <https://docs.openstack.org/developer/horizon/quickstart.html#setup.>`_
The installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.

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/developer/oslo.i18n/usage.html
"""

View File

@ -43,7 +43,7 @@ class WorkflowSpecValidationTestCase(base.BaseTest):
'get': {
'action': 'std.http',
'input': {
'url': 'http://www.openstack.org'
'url': 'https://www.openstack.org'
}
},
'echo': {

View File

@ -4,7 +4,7 @@ summary = Mistral Project
description-file =
README.rst
license = Apache License, Version 2.0
home-page = http://docs.openstack.org/developer/mistral
home-page = https://docs.openstack.org/developer/mistral
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2