diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 061ebde..3b2d80a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,16 +1,16 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/mistral \ No newline at end of file + https://bugs.launchpad.net/mistral diff --git a/README.rst b/README.rst index ffa48e3..b027ce8 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,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 http://docs.openstack.org/developer/horizon/quickstart.html#setup. +found at https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup. The installation folder of Mistral Dashboard will be referred to as . @@ -65,4 +65,4 @@ Mistral-Dashboard Debug Instructions ------------------------------------ For debug instructions refer to `OpenStack Mistral Troubleshooting -`_ +`_ diff --git a/mistraldashboard/action_executions/templates/action_executions/_update.html b/mistraldashboard/action_executions/templates/action_executions/_update.html index 7c0bc55..0aa130f 100644 --- a/mistraldashboard/action_executions/templates/action_executions/_update.html +++ b/mistraldashboard/action_executions/templates/action_executions/_update.html @@ -9,9 +9,9 @@

{% trans "For more info refer to:" %}
- + {% trans "Mistral documentation - Action Executions" %}

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/mistraldashboard/actions/templates/actions/_create.html b/mistraldashboard/actions/templates/actions/_create.html index c6e40d1..1225c56 100644 --- a/mistraldashboard/actions/templates/actions/_create.html +++ b/mistraldashboard/actions/templates/actions/_create.html @@ -6,7 +6,7 @@

{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}

{% trans "Refer"%} - + Mistral Workflow Language {% trans " documentation for syntax details." %}

diff --git a/mistraldashboard/actions/templates/actions/_update.html b/mistraldashboard/actions/templates/actions/_update.html index 17db56f..caaf767 100644 --- a/mistraldashboard/actions/templates/actions/_update.html +++ b/mistraldashboard/actions/templates/actions/_update.html @@ -6,7 +6,7 @@

{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}

{% trans "Refer"%} - + Mistral Workflow Language {% trans " documentation for syntax details." %}

diff --git a/mistraldashboard/cron_triggers/templates/cron_triggers/_create.html b/mistraldashboard/cron_triggers/templates/cron_triggers/_create.html index b523185..6bbc845 100644 --- a/mistraldashboard/cron_triggers/templates/cron_triggers/_create.html +++ b/mistraldashboard/cron_triggers/templates/cron_triggers/_create.html @@ -19,7 +19,7 @@ {% trans "For more info" %}:
  • - {% trans "Mistral Cron Trigger" %} diff --git a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html index 6b2984f..2365116 100644 --- a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html +++ b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html @@ -6,7 +6,7 @@

    {% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}

    {% trans "Refer"%} - + Mistral Workflow Language {% trans " documentation for syntax details." %}

    diff --git a/mistraldashboard/workflows/templates/workflows/_select_definition.html b/mistraldashboard/workflows/templates/workflows/_select_definition.html index b5a323f..e1f521a 100644 --- a/mistraldashboard/workflows/templates/workflows/_select_definition.html +++ b/mistraldashboard/workflows/templates/workflows/_select_definition.html @@ -6,7 +6,7 @@

    {% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}

    {% trans "Refer "%} - + Mistral Workflow Language {% trans " documentation for syntax details." %}

    diff --git a/setup.cfg b/setup.cfg index cdbb51c..6228654 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/mistral +home-page = https://docs.openstack.org/mistral/latest/ [global] setup-hooks =