From 10c70b707deb46f54efb786bd8f1d59ce3963f90 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Sat, 10 Jun 2017 01:21:54 +0700 Subject: [PATCH] Optimize the link address Update link address to ensure safety and preciseness Change-Id: Ia5da7111faceee5ecfb39f093ed2afee6902776b --- README.rst | 4 ++-- doc/source/cookbooks.rst | 2 +- doc/source/developer/troubleshooting.rst | 2 +- doc/source/guides/configuration_guide.rst | 2 +- doc/source/guides/dashboard_guide.rst | 2 +- mistral/_i18n.py | 2 +- mistral/tests/unit/lang/v2/base.py | 2 +- setup.cfg | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 98de66ebd..aee88bf16 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +`here `_. Configuring Mistral ~~~~~~~~~~~~~~~~~~~ @@ -256,7 +256,7 @@ Project Goals 2017 Project Resources ----------------- -* `Mistral Official Documentation `_ +* `Mistral Official Documentation `_ * Project status, bugs, and blueprints are tracked on `Launchpad `_ diff --git a/doc/source/cookbooks.rst b/doc/source/cookbooks.rst index ecc94b948..559be9358 100644 --- a/doc/source/cookbooks.rst +++ b/doc/source/cookbooks.rst @@ -1,4 +1,4 @@ Mistral Cookbooks ================= -- `Mistral for Administration (aka Cloud Cron) `_ +- `Mistral for Administration (aka Cloud Cron) `_ diff --git a/doc/source/developer/troubleshooting.rst b/doc/source/developer/troubleshooting.rst index bcf71a295..408cdbd3d 100644 --- a/doc/source/developer/troubleshooting.rst +++ b/doc/source/developer/troubleshooting.rst @@ -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 `_ + `JetBrains PyCharm developer guide `_ - If you would like to manually restart the apache server, open a terminal and run:: diff --git a/doc/source/guides/configuration_guide.rst b/doc/source/guides/configuration_guide.rst index 08eb4270a..bde10e386 100644 --- a/doc/source/guides/configuration_guide.rst +++ b/doc/source/guides/configuration_guide.rst @@ -127,7 +127,7 @@ directory. [oslo_policy] policy_file = - Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file `_. + Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file `_. #. After that try to run mistral engine and see it is running without any error:: diff --git a/doc/source/guides/dashboard_guide.rst b/doc/source/guides/dashboard_guide.rst index ff999960a..df94d6c6a 100644 --- a/doc/source/guides/dashboard_guide.rst +++ b/doc/source/guides/dashboard_guide.rst @@ -9,7 +9,7 @@ Setup Instructions ------------------ This instruction assumes that Horizon is already installed and it's installation folder is . Detailed information on how to install Horizon can be -found at `Horizon Installation `_ +found at `Horizon Installation `_ The installation folder of Mistral Dashboard will be referred to as . diff --git a/mistral/_i18n.py b/mistral/_i18n.py index ecab60706..cf519ea96 100644 --- a/mistral/_i18n.py +++ b/mistral/_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/developer/oslo.i18n/usage.html """ diff --git a/mistral/tests/unit/lang/v2/base.py b/mistral/tests/unit/lang/v2/base.py index d587ddc95..632e9ac1f 100644 --- a/mistral/tests/unit/lang/v2/base.py +++ b/mistral/tests/unit/lang/v2/base.py @@ -43,7 +43,7 @@ class WorkflowSpecValidationTestCase(base.BaseTest): 'get': { 'action': 'std.http', 'input': { - 'url': 'http://www.openstack.org' + 'url': 'https://www.openstack.org' } }, 'echo': { diff --git a/setup.cfg b/setup.cfg index d58f95b95..dcbd8d1c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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