Update the URLs
There are a few outdated links in the dashboard repo. Update them according to the doc-migration. Change-Id: I6361d14127012415329bf844b7b420980253527a Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
This commit is contained in:
parent
20ab5b624f
commit
e891c2a4bf
@ -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
|
||||
https://bugs.launchpad.net/mistral
|
||||
|
@ -17,7 +17,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 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 <mistral-dashboard>.
|
||||
|
||||
@ -65,4 +65,4 @@ Mistral-Dashboard Debug Instructions
|
||||
------------------------------------
|
||||
|
||||
For debug instructions refer to `OpenStack Mistral Troubleshooting
|
||||
<http://docs.openstack.org/developer/mistral/developer/troubleshooting.html>`_
|
||||
<https://docs.openstack.org/mistral/latest/contributor/troubleshooting.html>`_
|
||||
|
@ -9,9 +9,9 @@
|
||||
<p>
|
||||
{% trans "For more info refer to:" %}
|
||||
<br/>
|
||||
<a href="http://docs.openstack.org/developer/mistral/developer/webapi/v2.html#action-executions" target="_blank">
|
||||
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#action-executions" target="_blank">
|
||||
{% trans "Mistral documentation - Action Executions" %}
|
||||
</a>
|
||||
|
||||
</p>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}</p>
|
||||
<p>
|
||||
{% trans "Refer"%}
|
||||
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
|
||||
<a href="https://docs.openstack.org/mistral/latest/user/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
|
||||
Mistral Workflow Language</a>
|
||||
{% trans " documentation for syntax details." %}
|
||||
</p>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p>{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}</p>
|
||||
<p>
|
||||
{% trans "Refer"%}
|
||||
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
|
||||
<a href="https://docs.openstack.org/mistral/latest/user/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
|
||||
Mistral Workflow Language</a>
|
||||
{% trans " documentation for syntax details." %}
|
||||
</p>
|
||||
|
@ -19,7 +19,7 @@
|
||||
{% trans "For more info" %}:
|
||||
<ul class="mistral-wrapper list">
|
||||
<li>
|
||||
<a href="http://docs.openstack.org/developer/mistral/developer/webapi/v2.html#cron-triggers"
|
||||
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#cron-triggers"
|
||||
title="{% trans "Mistral Cron Trigger" %}" target="_blank">
|
||||
{% trans "Mistral Cron Trigger" %}
|
||||
</a>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}</p>
|
||||
<p>
|
||||
{% trans "Refer"%}
|
||||
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
|
||||
<a href="https://docs.openstack.org/mistral/latest/admin/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
|
||||
Mistral Workflow Language</a>
|
||||
{% trans " documentation for syntax details." %}
|
||||
</p>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}</p>
|
||||
<p>
|
||||
{% trans "Refer "%}
|
||||
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workflows" title="Workflow Language Syntax" target="_blank">
|
||||
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#workflows" title="Workflow Language Syntax" target="_blank">
|
||||
Mistral Workflow Language</a>
|
||||
{% trans " documentation for syntax details." %}
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user